diff options
Diffstat (limited to '')
-rw-r--r-- | emacs/etc/snippets/emacs-lisp-mode/format | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/emacs/etc/snippets/emacs-lisp-mode/format b/emacs/etc/snippets/emacs-lisp-mode/format new file mode 100644 index 0000000..2bd648f --- /dev/null +++ b/emacs/etc/snippets/emacs-lisp-mode/format @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: format +# key: f +# -- +(format "$1" $0) \ No newline at end of file |