From 8a98aca0688d39fda009d105a270413fae49f446 Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Wed, 23 Aug 2017 15:51:28 +0200 Subject: Add a simple property for Python --- .emacs.d/snippets/python-mode/property | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .emacs.d/snippets/python-mode/property (limited to '.emacs.d') 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 @@ +# -*- mode: snippet -*- +# name: property +# key: @ +# group : code_generation +# -- +@property +$0 \ No newline at end of file -- cgit v1.3