diff options
| author | Simeon Simeonov | 2017-09-15 07:52:22 +0200 |
|---|---|---|
| committer | Simeon Simeonov | 2017-09-15 07:52:22 +0200 |
| commit | e022596155ba8335b9a4f73f855c1262c9cb8b01 (patch) | |
| tree | be54d3ed8ccf3c994f733b6f43f032fc0db4bb37 /.emacs.d/snippets | |
| parent | 05b4f4ce4d6d2d655ed94c9de91cb530372eec0c (diff) | |
Update yasnippet, enable which-function-mode in .emacs, add snippets/python-mode/bang
Diffstat (limited to '.emacs.d/snippets')
| -rw-r--r-- | .emacs.d/snippets/python-mode/bang | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.emacs.d/snippets/python-mode/bang b/.emacs.d/snippets/python-mode/bang new file mode 100644 index 0000000..d70a4a2 --- /dev/null +++ b/.emacs.d/snippets/python-mode/bang | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | # -*- mode: snippet -*- | ||
| 2 | # name: #! | ||
| 3 | # key: #! | ||
| 4 | # contributor : @avelino | ||
| 5 | # -- | ||
| 6 | #!/usr/bin/env python \ No newline at end of file | ||
