diff options
author | Amin Bandali <bandali@gnu.org> | 2019-05-25 18:41:22 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2019-05-25 18:41:22 -0400 |
commit | 476f62281409cb1948658c3bb1032f7d2e9f4d2f (patch) | |
tree | cf5daa378edbb84ac7b0647d0ffc7830e3c60ff4 /.emacs.d/etc/yasnippet/snippets/java-mode/format | |
parent | 2f5d8190a4a914d9c2f9bfddaa3b9f2417c1c028 (diff) | |
download | configs-476f62281409cb1948658c3bb1032f7d2e9f4d2f.tar.gz configs-476f62281409cb1948658c3bb1032f7d2e9f4d2f.tar.xz configs-476f62281409cb1948658c3bb1032f7d2e9f4d2f.zip |
emacs: enable yasnippet globally and add a couple of snippets
Diffstat (limited to '.emacs.d/etc/yasnippet/snippets/java-mode/format')
-rw-r--r-- | .emacs.d/etc/yasnippet/snippets/java-mode/format | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.emacs.d/etc/yasnippet/snippets/java-mode/format b/.emacs.d/etc/yasnippet/snippets/java-mode/format new file mode 100644 index 0000000..7620366 --- /dev/null +++ b/.emacs.d/etc/yasnippet/snippets/java-mode/format @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: String.format +# key: f +# -- +String.format("$1${2:%n}");$0
\ No newline at end of file |