summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets/python-mode/dunder
diff options
context:
space:
mode:
authorSimeon Simeonov2015-02-06 15:12:52 +0100
committerSimeon Simeonov2015-02-06 15:12:52 +0100
commitb5d0bc24d0c062127bec902b359334afd113a416 (patch)
treeacdaf3e6a60c29c87061955fbe8f02119b94cd27 /.emacs.d/snippets/python-mode/dunder
parent897eee81de8b3f6adf0165f50e95600a7b89c20c (diff)
Added dunder, property_getter and property_setter for python-mode
Diffstat (limited to '.emacs.d/snippets/python-mode/dunder')
-rw-r--r--.emacs.d/snippets/python-mode/dunder5
1 files changed, 5 insertions, 0 deletions
diff --git a/.emacs.d/snippets/python-mode/dunder b/.emacs.d/snippets/python-mode/dunder
new file mode 100644
index 0000000..7c97482
--- /dev/null
+++ b/.emacs.d/snippets/python-mode/dunder
@@ -0,0 +1,5 @@
1# -*- mode: snippet -*-
2# name: dunder
3# key: dd
4# --
5__${name}__$0 \ No newline at end of file