diff options
| author | Simeon Simeonov | 2017-08-23 15:51:28 +0200 |
|---|---|---|
| committer | Simeon Simeonov | 2017-08-23 15:51:28 +0200 |
| commit | 8a98aca0688d39fda009d105a270413fae49f446 (patch) | |
| tree | dfefac85aa1fc100d5c9b1dcd4a61128b77f73fb /.emacs.d | |
| parent | 05b4f4ce4d6d2d655ed94c9de91cb530372eec0c (diff) | |
Add a simple property for Python
Diffstat (limited to '.emacs.d')
| -rw-r--r-- | .emacs.d/snippets/python-mode/property | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.emacs.d/snippets/python-mode/property b/.emacs.d/snippets/python-mode/property new file mode 100644 index 0000000..92a296e --- /dev/null +++ b/.emacs.d/snippets/python-mode/property | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | # -*- mode: snippet -*- | ||
| 2 | # name: property | ||
| 3 | # key: @ | ||
| 4 | # group : code_generation | ||
| 5 | # -- | ||
| 6 | @property | ||
| 7 | $0 \ No newline at end of file | ||
