diff options
Diffstat (limited to 'Emacs/.config/emacs/.config/yasnippet/snippets/c-mode/union')
-rw-r--r-- | Emacs/.config/emacs/.config/yasnippet/snippets/c-mode/union | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Emacs/.config/emacs/.config/yasnippet/snippets/c-mode/union b/Emacs/.config/emacs/.config/yasnippet/snippets/c-mode/union deleted file mode 100644 index 8f2693c..0000000 --- a/Emacs/.config/emacs/.config/yasnippet/snippets/c-mode/union +++ /dev/null @@ -1,8 +0,0 @@ -# -*- mode: snippet -*- -# name: union -# key: union -# uuid: union -# -- -union ${1:name} { - $0 -};
\ No newline at end of file |