summaryrefslogtreecommitdiff
path: root/.emacs.d/mysnippets/text-mode/python-mode/mpropg
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/mysnippets/text-mode/python-mode/mpropg')
-rw-r--r--.emacs.d/mysnippets/text-mode/python-mode/mpropg1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/mysnippets/text-mode/python-mode/mpropg b/.emacs.d/mysnippets/text-mode/python-mode/mpropg
index 6fa9011..eb60b49 100644
--- a/.emacs.d/mysnippets/text-mode/python-mode/mpropg
+++ b/.emacs.d/mysnippets/text-mode/python-mode/mpropg
@@ -1,5 +1,6 @@
1#contributor : Simeon Simeonov <blackmore@pichove.org> 1#contributor : Simeon Simeonov <blackmore@pichove.org>
2#name : @property foo ... getter 2#name : @property foo ... getter
3#expand-env: ((yas/indent-line 'fixed) (yas/wrap-around-region 'nil))
3# -- 4# --
4@property 5@property
5def ${1:foo}(self): 6def ${1:foo}(self):