From 3ec6ac6a8d888043cc12dfe6f77adcd0cfc1b086 Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Fri, 28 Aug 2015 11:10:13 +0200 Subject: Upgrade all, add yaml, few snippet fixes --- .emacs.d/snippets/c-mode/printf | 2 +- .emacs.d/snippets/python-mode/print | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to '.emacs.d/snippets') diff --git a/.emacs.d/snippets/c-mode/printf b/.emacs.d/snippets/c-mode/printf index ccc788c..ec1567e 100644 --- a/.emacs.d/snippets/c-mode/printf +++ b/.emacs.d/snippets/c-mode/printf @@ -1,5 +1,5 @@ # -*- mode: snippet -*- # name: printf -# key: pr +# key: p # -- printf("${1:format string}"${2: ,a0,a1}); \ No newline at end of file diff --git a/.emacs.d/snippets/python-mode/print b/.emacs.d/snippets/python-mode/print index cc1c797..d9fb14a 100644 --- a/.emacs.d/snippets/python-mode/print +++ b/.emacs.d/snippets/python-mode/print @@ -2,4 +2,4 @@ # name: print # key: p # -- -print($0) \ No newline at end of file +print('$0') \ No newline at end of file -- cgit v1.3