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/python-mode/print | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.emacs.d/snippets/python-mode') 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