summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets/python-mode
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/snippets/python-mode')
-rw-r--r--.emacs.d/snippets/python-mode/false5
-rw-r--r--.emacs.d/snippets/python-mode/true5
2 files changed, 10 insertions, 0 deletions
diff --git a/.emacs.d/snippets/python-mode/false b/.emacs.d/snippets/python-mode/false
new file mode 100644
index 0000000..9f95197
--- /dev/null
+++ b/.emacs.d/snippets/python-mode/false
@@ -0,0 +1,5 @@
1# -*- mode: snippet -*-
2# name: False
3# key: F
4# --
5False$0 \ No newline at end of file
diff --git a/.emacs.d/snippets/python-mode/true b/.emacs.d/snippets/python-mode/true
new file mode 100644
index 0000000..c8f2033
--- /dev/null
+++ b/.emacs.d/snippets/python-mode/true
@@ -0,0 +1,5 @@
1# -*- mode: snippet -*-
2# name: True
3# key: T
4# --
5True$0 \ No newline at end of file