diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2010-04-27 23:51:30 +0200 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2010-04-27 23:51:30 +0200 |
commit | 827a075f9f83610505b29509bb70666a9760df4b (patch) | |
tree | f43b7326f47a9aa0dd03233dbfa4896a9ca8ae3c /emacs.d/snippets/text-mode/cc-mode | |
parent | eeb3c102a753caaebfed86b448fae8c7b4e750ad (diff) | |
download | dotfiles-827a075f9f83610505b29509bb70666a9760df4b.tar.gz dotfiles-827a075f9f83610505b29509bb70666a9760df4b.tar.xz dotfiles-827a075f9f83610505b29509bb70666a9760df4b.zip |
updated namespace snippet
Diffstat (limited to 'emacs.d/snippets/text-mode/cc-mode')
-rw-r--r-- | emacs.d/snippets/text-mode/cc-mode/c++-mode/ns | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/emacs.d/snippets/text-mode/cc-mode/c++-mode/ns b/emacs.d/snippets/text-mode/cc-mode/c++-mode/ns index 0c2513f..9d73183 100644 --- a/emacs.d/snippets/text-mode/cc-mode/c++-mode/ns +++ b/emacs.d/snippets/text-mode/cc-mode/c++-mode/ns @@ -1,3 +1,6 @@ #name : namespace ... # -- -namespace
\ No newline at end of file +namespace $1 +{ + $0 +}; |