From 481decd28b7940d1dae11fd0ff2dc06143c46ee8 Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Wed, 17 Feb 2016 07:39:51 +0100 Subject: Add java-mode snippets. Upgrade yasnippet and yaml-mode --- .emacs.d/snippets/java-mode/param | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .emacs.d/snippets/java-mode/param (limited to '.emacs.d/snippets/java-mode/param') diff --git a/.emacs.d/snippets/java-mode/param b/.emacs.d/snippets/java-mode/param new file mode 100644 index 0000000..4a1f44d --- /dev/null +++ b/.emacs.d/snippets/java-mode/param @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: param +# key: param +# -- +@param ${1:paramater} $0 \ No newline at end of file -- cgit v1.3