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
10 lines
107 B
Plaintext
10 lines
107 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: namespace
|
|
# key: ns
|
|
# --
|
|
namespace ${1:Namespace} {
|
|
|
|
$0
|
|
|
|
} // namespace $1
|