diff options
Diffstat (limited to '.emacs.d/mysnippets/text-mode/cc-mode/c++-mode/using')
| -rw-r--r-- | .emacs.d/mysnippets/text-mode/cc-mode/c++-mode/using | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.emacs.d/mysnippets/text-mode/cc-mode/c++-mode/using b/.emacs.d/mysnippets/text-mode/cc-mode/c++-mode/using new file mode 100644 index 0000000..13d0f5d --- /dev/null +++ b/.emacs.d/mysnippets/text-mode/cc-mode/c++-mode/using | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | #name : using namespace ... | ||
| 2 | # -- | ||
| 3 | using namespace ${std}; | ||
| 4 | $0 \ No newline at end of file | ||
