diff options
| author | Simeon Simeonov | 2017-09-15 07:53:05 +0200 |
|---|---|---|
| committer | Simeon Simeonov | 2017-09-15 07:53:05 +0200 |
| commit | 39a0a3ab34dbb74a66b71d6dd72d4f9f18968d70 (patch) | |
| tree | a469f85903a6690e2fc0258eec1b993308b06450 | |
| parent | e022596155ba8335b9a4f73f855c1262c9cb8b01 (diff) | |
| parent | 8a98aca0688d39fda009d105a270413fae49f446 (diff) | |
Merge branch 'master' of pichove.org:emacs-config
| -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 | ||
