summaryrefslogtreecommitdiff
path: root/.emacs
diff options
context:
space:
mode:
authorSimeon Simeonov2017-09-15 07:52:22 +0200
committerSimeon Simeonov2017-09-15 07:52:22 +0200
commite022596155ba8335b9a4f73f855c1262c9cb8b01 (patch)
treebe54d3ed8ccf3c994f733b6f43f032fc0db4bb37 /.emacs
parent05b4f4ce4d6d2d655ed94c9de91cb530372eec0c (diff)
Update yasnippet, enable which-function-mode in .emacs, add snippets/python-mode/bang
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/")