summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets/python-mode/format
diff options
context:
space:
mode:
authorSimeon Simeonov2016-09-09 19:40:27 +0200
committerSimeon Simeonov2016-09-09 19:40:27 +0200
commitcef700b95757631e62f9bebbb4482fa8bc529973 (patch)
treea2be545207c0f9ff48c2afbe313d0b185d2939a6 /.emacs.d/snippets/python-mode/format
parent385a24ebe7d55fbce0c5529462ba904db8c1796a (diff)
Some snippet customizations for python-mode
Diffstat (limited to '.emacs.d/snippets/python-mode/format')
-rw-r--r--.emacs.d/snippets/python-mode/format6
1 files changed, 6 insertions, 0 deletions
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 @@
1# -*- mode: snippet -*-
2# name: format
3# key: sf
4# group: object oriented
5# --
6.format($0) \ No newline at end of file