summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets/python-mode/print
diff options
context:
space:
mode:
authorSimeon Simeonov2015-08-28 11:10:13 +0200
committerSimeon Simeonov2015-08-28 11:10:13 +0200
commit3ec6ac6a8d888043cc12dfe6f77adcd0cfc1b086 (patch)
treec2382110856abc0cae77f8360ea2b0d8962d07f9 /.emacs.d/snippets/python-mode/print
parenteeeaae3a34ca050c9ea30aa3950dc91db70b9b1a (diff)
Upgrade all, add yaml, few snippet fixes
Diffstat (limited to '.emacs.d/snippets/python-mode/print')
-rw-r--r--.emacs.d/snippets/python-mode/print2
1 files changed, 1 insertions, 1 deletions
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 @@
2# name: print 2# name: print
3# key: p 3# key: p
4# -- 4# --
5print($0) \ No newline at end of file 5print('$0') \ No newline at end of file