summaryrefslogtreecommitdiff
path: root/.emacs
diff options
context:
space:
mode:
Diffstat (limited to '.emacs')
-rw-r--r--.emacs4
1 files changed, 2 insertions, 2 deletions
diff --git a/.emacs b/.emacs
index d7bfecc..8f6a200 100644
--- a/.emacs
+++ b/.emacs
@@ -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/")