Emacs: Moved snippets from cc-mode to c++-mode.

This commit is contained in:
tastytea 2019-12-19 17:27:51 +01:00
parent 2ef4111c3a
commit d281ab6166
3 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
# -*- mode: snippet -*-
# name: source
# key: source
# --
[source,$1]
--------------------------------------------------------------------------------
$0
--------------------------------------------------------------------------------