From cef700b95757631e62f9bebbb4482fa8bc529973 Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Fri, 9 Sep 2016 19:40:27 +0200 Subject: Some snippet customizations for python-mode --- .emacs.d/snippets/python-mode/format | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .emacs.d/snippets/python-mode/format (limited to '.emacs.d/snippets/python-mode/format') diff --git a/.emacs.d/snippets/python-mode/format b/.emacs.d/snippets/python-mode/format new file mode 100644 index 0000000..85c2d6f --- /dev/null +++ b/.emacs.d/snippets/python-mode/format @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: format +# key: sf +# group: object oriented +# -- +.format($0) \ No newline at end of file -- cgit v1.3