From 905ddda312c1535909c64bb261d4cf2a3edcb8ae Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Thu, 12 Nov 2015 08:42:14 +0100 Subject: Add printf (print('{}'.format() for Python) --- .emacs.d/snippets/python-mode/printf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .emacs.d/snippets/python-mode/printf (limited to '.emacs.d/snippets/python-mode') diff --git a/.emacs.d/snippets/python-mode/printf b/.emacs.d/snippets/python-mode/printf new file mode 100644 index 0000000..78c67a8 --- /dev/null +++ b/.emacs.d/snippets/python-mode/printf @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: printf +# key: pf +# -- +print('$0{}'.format()) \ No newline at end of file -- cgit v1.3