changeset 347:6d78e7d0930f

emacs: enable which-function-mode for python, elisp, and go I've had this on for a few weeks and have decided that it's great.
author Augie Fackler <raf@durin42.com>
date Thu, 25 Sep 2014 16:12:13 -0400
parents c94f73838566
children cd4af92d4751
files .elisp/settings/90.which-function-mode.el
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
new file mode 100644
--- /dev/null
+++ b/.elisp/settings/90.which-function-mode.el
@@ -0,0 +1,4 @@
+(which-function-mode)
+(add-to-list 'which-func-modes 'python-mode)
+(add-to-list 'which-func-modes 'emacs-lisp-mode)
+(add-to-list 'which-func-modes 'go-mode)