summaryrefslogtreecommitdiff
path: root/.emacs
diff options
context:
space:
mode:
authorSimeon Simeonov2016-09-06 07:39:30 +0200
committerSimeon Simeonov2016-09-06 07:39:30 +0200
commit6a3efe35bf8b20b0900dbbf7747b8b8d0d19bd04 (patch)
tree1d00039f67672be9e0f8abb48aaad663ab85a37b /.emacs
parent991f8ff925f51fd5598db72885f8cca1a1a79bed (diff)
Upgrade ports
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/")