From 47da1e3e9ae19fac8b7fb8263372745bf3dfaf59 Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Tue, 28 Feb 2017 09:37:43 +0100 Subject: Add a few more snippets for c-mode (null, return), cleanup for print and printf --- .emacs.d/snippets/c-mode/print | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.emacs.d/snippets/c-mode/print') diff --git a/.emacs.d/snippets/c-mode/print b/.emacs.d/snippets/c-mode/print index 4b56128..1ae9dcd 100644 --- a/.emacs.d/snippets/c-mode/print +++ b/.emacs.d/snippets/c-mode/print @@ -2,4 +2,4 @@ # name: print # key: p # -- -printf("${1}"); \ No newline at end of file +printf("$0"); \ No newline at end of file -- cgit v1.3