summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets/python-mode
diff options
context:
space:
mode:
authorSimeon Simeonov2017-08-23 15:51:28 +0200
committerSimeon Simeonov2017-08-23 15:51:28 +0200
commit8a98aca0688d39fda009d105a270413fae49f446 (patch)
treedfefac85aa1fc100d5c9b1dcd4a61128b77f73fb /.emacs.d/snippets/python-mode
parent05b4f4ce4d6d2d655ed94c9de91cb530372eec0c (diff)
Add a simple property for Python
Diffstat (limited to '.emacs.d/snippets/python-mode')
-rw-r--r--.emacs.d/snippets/python-mode/property7
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