diff options
Diffstat (limited to '.emacs')
| -rw-r--r-- | .emacs | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -61,8 +61,8 @@ | |||
| 61 | (add-to-list 'auto-mode-alist '("\\.ino\\'" . c++-mode)) | 61 | (add-to-list 'auto-mode-alist '("\\.ino\\'" . c++-mode)) |
| 62 | 62 | ||
| 63 | ;; Enable which-function-mode for C, C++ and Python | 63 | ;; Enable which-function-mode for C, C++ and Python |
| 64 | (setq which-func-modes '(c-mode c++-mode java-mode python-mode)) | 64 | ;; (setq which-func-modes '(c-mode c++-mode java-mode python-mode)) |
| 65 | (which-function-mode t) | 65 | ;; (which-function-mode t) |
| 66 | 66 | ||
| 67 | ;; Custom plugins | 67 | ;; Custom plugins |
| 68 | (add-to-list 'load-path "~/.emacs.d/lisp/") | 68 | (add-to-list 'load-path "~/.emacs.d/lisp/") |
