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 912f1fb..c1824cd 100644
--- a/.emacs
+++ b/.emacs
@@ -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/")