diff options
| author | Simeon Simeonov | 2016-10-14 11:10:07 +0200 |
|---|---|---|
| committer | Simeon Simeonov | 2016-10-14 11:10:07 +0200 |
| commit | dd45f87fb33f3c28a5ac2b3edd72dc7ba1ede45e (patch) | |
| tree | 16fd7854cc103caa5af06807020f874e9a1c3818 /.emacs.d/snippets/python-mode | |
| parent | 871c680d2963f852b5c0c2de11b1a7fc1d0119d3 (diff) | |
Upgrade yasnippet.el and php-mode.el. Add True and False snippets for Python.
Diffstat (limited to '.emacs.d/snippets/python-mode')
| -rw-r--r-- | .emacs.d/snippets/python-mode/false | 5 | ||||
| -rw-r--r-- | .emacs.d/snippets/python-mode/true | 5 |
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 | # -- | ||
| 5 | False$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 | # -- | ||
| 5 | True$0 \ No newline at end of file | ||
