diff options
| author | Simeon Simeonov | 2013-09-25 08:40:12 +0200 |
|---|---|---|
| committer | Simeon Simeonov | 2013-09-25 08:40:12 +0200 |
| commit | 9a46567eb167e5aef4b2e760c5d6bdc4fe1ba06a (patch) | |
| tree | a2352a214601f9e494959282331773cca81e7550 /.emacs.d/mysnippets/text-mode/python-mode/mpropsg | |
| parent | 5209ed708be9f6233393cbdef8c8faf640d3ba4f (diff) | |
Indent fix
Diffstat (limited to '.emacs.d/mysnippets/text-mode/python-mode/mpropsg')
| -rw-r--r-- | .emacs.d/mysnippets/text-mode/python-mode/mpropsg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/mysnippets/text-mode/python-mode/mpropsg b/.emacs.d/mysnippets/text-mode/python-mode/mpropsg index 3d515fa..0665f5e 100644 --- a/.emacs.d/mysnippets/text-mode/python-mode/mpropsg +++ b/.emacs.d/mysnippets/text-mode/python-mode/mpropsg | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | #contributor : Simeon Simeonov <blackmore@pichove.org> | 1 | #contributor : Simeon Simeonov <blackmore@pichove.org> |
| 2 | #name : @property foo ... getter & setter | 2 | #name : @property foo ... getter & setter |
| 3 | #expand-env: ((yas/indent-line 'fixed) (yas/wrap-around-region 'nil)) | ||
| 3 | # -- | 4 | # -- |
| 4 | @property | 5 | @property |
| 5 | def ${1:foo}(self): | 6 | def ${1:foo}(self): |
