diff options
author | Amin Bandali <bandali@gnu.org> | 2020-04-11 23:54:33 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2020-04-11 23:54:33 -0400 |
commit | 2ec18855d6d4e144776551dfb4921e1b133dfd29 (patch) | |
tree | 9bc2cca3414a2deba2595382e3c288d46dcff2cd /.emacs.d/etc/yasnippet/snippets/java-mode/println | |
parent | c4b211177c12a97f8ffe10055325dd90a0a39b31 (diff) | |
download | configs-2ec18855d6d4e144776551dfb4921e1b133dfd29.tar.gz configs-2ec18855d6d4e144776551dfb4921e1b133dfd29.tar.xz configs-2ec18855d6d4e144776551dfb4921e1b133dfd29.zip |
move emacs files from .emacs.d to .
this repository's root will be ~/.emacs.d (again) from now on
Diffstat (limited to '.emacs.d/etc/yasnippet/snippets/java-mode/println')
-rw-r--r-- | .emacs.d/etc/yasnippet/snippets/java-mode/println | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.emacs.d/etc/yasnippet/snippets/java-mode/println b/.emacs.d/etc/yasnippet/snippets/java-mode/println deleted file mode 100644 index 7bb944c..0000000 --- a/.emacs.d/etc/yasnippet/snippets/java-mode/println +++ /dev/null @@ -1,5 +0,0 @@ -# -*- mode: snippet -*- -# name: println -# key: p -# -- -System.out.println($1);$0
\ No newline at end of file |