# HG changeset patch # User Augie Fackler # Date 1411675933 14400 # Node ID 6d78e7d0930f67f7ef08a6a0b89588657953e077 # Parent c94f7383856697bc52e36560126d86ea74177c55 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. diff --git a/.elisp/settings/90.which-function-mode.el b/.elisp/settings/90.which-function-mode.el 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)