summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets/python-mode/scls
diff options
context:
space:
mode:
authorSimeon Simeonov2016-09-06 07:39:30 +0200
committerSimeon Simeonov2016-09-06 07:39:30 +0200
commit6a3efe35bf8b20b0900dbbf7747b8b8d0d19bd04 (patch)
tree1d00039f67672be9e0f8abb48aaad663ab85a37b /.emacs.d/snippets/python-mode/scls
parent991f8ff925f51fd5598db72885f8cca1a1a79bed (diff)
Upgrade ports
Diffstat (limited to '.emacs.d/snippets/python-mode/scls')
-rw-r--r--.emacs.d/snippets/python-mode/scls7
1 files changed, 7 insertions, 0 deletions
diff --git a/.emacs.d/snippets/python-mode/scls b/.emacs.d/snippets/python-mode/scls
new file mode 100644
index 0000000..4a10e28
--- /dev/null
+++ b/.emacs.d/snippets/python-mode/scls
@@ -0,0 +1,7 @@
1# -*- mode: snippet -*-
2# name: subclass
3# key: scls
4# group: object oriented
5# --
6class ${1:class}(${2:super-class}):
7 $0