diff options
| author | Simeon Simeonov | 2015-02-06 15:12:52 +0100 |
|---|---|---|
| committer | Simeon Simeonov | 2015-02-06 15:12:52 +0100 |
| commit | b5d0bc24d0c062127bec902b359334afd113a416 (patch) | |
| tree | acdaf3e6a60c29c87061955fbe8f02119b94cd27 /.emacs.d/snippets/python-mode/dunder | |
| parent | 897eee81de8b3f6adf0165f50e95600a7b89c20c (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/dunder | 5 |
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 | ||
