summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets/python-mode.statnett/selfassign
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/snippets/python-mode.statnett/selfassign')
-rw-r--r--.emacs.d/snippets/python-mode.statnett/selfassign6
1 files changed, 6 insertions, 0 deletions
diff --git a/.emacs.d/snippets/python-mode.statnett/selfassign b/.emacs.d/snippets/python-mode.statnett/selfassign
new file mode 100644
index 0000000..95d7b2b
--- /dev/null
+++ b/.emacs.d/snippets/python-mode.statnett/selfassign
@@ -0,0 +1,6 @@
1# -*- mode: snippet -*-
2# name: selfassign
3# key: sn
4# group: object oriented
5# --
6self.$1 = $1 \ No newline at end of file