diff options
Diffstat (limited to '.emacs.d')
| -rw-r--r-- | .emacs.d/snippets/c-mode/false | 5 | ||||
| -rw-r--r-- | .emacs.d/snippets/c-mode/true | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/.emacs.d/snippets/c-mode/false b/.emacs.d/snippets/c-mode/false new file mode 100644 index 0000000..1814877 --- /dev/null +++ b/.emacs.d/snippets/c-mode/false | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | # -*- mode: snippet -*- | ||
| 2 | # name: false | ||
| 3 | # key: F | ||
| 4 | # -- | ||
| 5 | false \ No newline at end of file | ||
diff --git a/.emacs.d/snippets/c-mode/true b/.emacs.d/snippets/c-mode/true new file mode 100644 index 0000000..35588c2 --- /dev/null +++ b/.emacs.d/snippets/c-mode/true | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | # -*- mode: snippet -*- | ||
| 2 | # name: true | ||
| 3 | # key: T | ||
| 4 | # -- | ||
| 5 | true \ No newline at end of file | ||
