summaryrefslogtreecommitdiffstats
path: root/.emacs.d/etc/yasnippet/snippets/java-mode/printf
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2022-11-19 19:12:43 -0500
committerAmin Bandali <bandali@gnu.org>2022-11-19 19:12:43 -0500
commitb08fa2c1c27e54af7834900ee0a5ac392679b8f3 (patch)
treebdd161100bbe89f59a593e228545134e56b91605 /.emacs.d/etc/yasnippet/snippets/java-mode/printf
parentd05af11107c184fe8d59b89f66139229ad1aa51e (diff)
downloadconfigs-b08fa2c1c27e54af7834900ee0a5ac392679b8f3.tar.gz
configs-b08fa2c1c27e54af7834900ee0a5ac392679b8f3.tar.xz
configs-b08fa2c1c27e54af7834900ee0a5ac392679b8f3.zip
Drop YASnippet
I don't really need these or use them nearly as much as I used to. For similar needs, I think I'll be able to get by using Emacs's own Abbrev just fine.
Diffstat (limited to '.emacs.d/etc/yasnippet/snippets/java-mode/printf')
-rw-r--r--.emacs.d/etc/yasnippet/snippets/java-mode/printf5
1 files changed, 0 insertions, 5 deletions
diff --git a/.emacs.d/etc/yasnippet/snippets/java-mode/printf b/.emacs.d/etc/yasnippet/snippets/java-mode/printf
deleted file mode 100644
index 1b8c277..0000000
--- a/.emacs.d/etc/yasnippet/snippets/java-mode/printf
+++ /dev/null
@@ -1,5 +0,0 @@
-# -*- mode: snippet -*-
-# name: printf
-# key: pf
-# --
-System.out.printf("$1${2:%n}"$3);$0 \ No newline at end of file