Files
dotfiles/.config/emacs/snippets/c++-mode/namespace
T
Riyyi 89607db905 Emacs: Complete restructure of the config
Changed
- Org-mode babel config to separate .el modules
- Built-in package manager package.el to Elpaca
- Configuration macro use-package to setup.el
- Completion framework selectrum to vertico
2023-01-01 22:46:55 +01:00

10 lines
107 B
Plaintext

# -*- mode: snippet -*-
# name: namespace
# key: ns
# --
namespace ${1:Namespace} {
$0
} // namespace $1