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 | |
| parent | 05b4f4ce4d6d2d655ed94c9de91cb530372eec0c (diff) | |
Update yasnippet, enable which-function-mode in .emacs, add snippets/python-mode/bang
Diffstat (limited to '.emacs')
| -rw-r--r-- | .emacs | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -64,8 +64,8 @@ | |||
| 64 | (add-to-list 'auto-mode-alist '("\\.ino\\'" . c++-mode)) | 64 | (add-to-list 'auto-mode-alist '("\\.ino\\'" . c++-mode)) |
| 65 | 65 | ||
| 66 | ;; Enable which-function-mode for C, C++ and Python | 66 | ;; Enable which-function-mode for C, C++ and Python |
| 67 | ;; (setq which-func-modes '(c-mode c++-mode java-mode python-mode)) | 67 | (setq which-func-modes '(c-mode c++-mode java-mode python-mode)) |
| 68 | ;; (which-function-mode t) | 68 | (which-function-mode t) |
| 69 | 69 | ||
| 70 | ;; Custom plugins | 70 | ;; Custom plugins |
| 71 | (add-to-list 'load-path "~/.emacs.d/lisp/") | 71 | (add-to-list 'load-path "~/.emacs.d/lisp/") |
