diff options
author | Marius Peter <marius.peter@tutanota.com> | 2021-09-13 22:49:27 -0700 |
---|---|---|
committer | Marius Peter <marius.peter@tutanota.com> | 2021-09-13 22:49:27 -0700 |
commit | c3875265ccdd1d72f06a16ab1ca725b7cb2ec35b (patch) | |
tree | e6b79624e36b4b632398f318bc4ec04034ec88ee /snippets/emacs-lisp-mode/cond | |
parent | cc5cd4196c306b176f8af0124dc3d73b525024b1 (diff) |
Consolidated resources and meta files.
Diffstat (limited to 'snippets/emacs-lisp-mode/cond')
-rw-r--r-- | snippets/emacs-lisp-mode/cond | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/snippets/emacs-lisp-mode/cond b/snippets/emacs-lisp-mode/cond deleted file mode 100644 index 738ca0a..0000000 --- a/snippets/emacs-lisp-mode/cond +++ /dev/null @@ -1,8 +0,0 @@ -# -*- mode: snippet -*- -# name: cond -# key: cond -# -- -(cond (${1:first-condition} ${2:first-return}) - (${3:second-condition} ${4:second-return}) - (t ${5:always-true-return})) -$0
\ No newline at end of file |