FG42/conf/emacs.d/snippets/text-mode/cc-mode/c++-mode/using

4 lines
60 B
Plaintext

#name : using namespace ...
# --
using namespace ${std};
$0