summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets/python-mode/true
diff options
context:
space:
mode:
authorSimeon Simeonov2016-10-14 11:10:07 +0200
committerSimeon Simeonov2016-10-14 11:10:07 +0200
commitdd45f87fb33f3c28a5ac2b3edd72dc7ba1ede45e (patch)
tree16fd7854cc103caa5af06807020f874e9a1c3818 /.emacs.d/snippets/python-mode/true
parent871c680d2963f852b5c0c2de11b1a7fc1d0119d3 (diff)
Upgrade yasnippet.el and php-mode.el. Add True and False snippets for Python.
Diffstat (limited to '.emacs.d/snippets/python-mode/true')
-rw-r--r--.emacs.d/snippets/python-mode/true5
1 files changed, 5 insertions, 0 deletions
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