summaryrefslogtreecommitdiffstats
path: root/emacs.d
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2010-04-27 23:51:30 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2010-04-27 23:51:30 +0200
commit827a075f9f83610505b29509bb70666a9760df4b (patch)
treef43b7326f47a9aa0dd03233dbfa4896a9ca8ae3c /emacs.d
parenteeb3c102a753caaebfed86b448fae8c7b4e750ad (diff)
downloaddotfiles-827a075f9f83610505b29509bb70666a9760df4b.tar.gz
dotfiles-827a075f9f83610505b29509bb70666a9760df4b.tar.xz
dotfiles-827a075f9f83610505b29509bb70666a9760df4b.zip
updated namespace snippet
Diffstat (limited to 'emacs.d')
-rw-r--r--emacs.d/snippets/text-mode/cc-mode/c++-mode/ns5
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
+};