all repos — nixfiles @ e743a4e8d3949bd1e64907485bec741cfb00a08b

System and user configuration, managed by nix and home-manager

Emacs: Remove which-func-mode
Alan Pearce alan.pearce@spotcap.com
Fri, 22 Jan 2016 16:18:13 +0100
commit

e743a4e8d3949bd1e64907485bec741cfb00a08b

parent

b97e9583c07f4f247ab896540ad63157e1f6504d

1 files changed, 0 insertions(+), 10 deletions(-)

jump to
M tag-emacs/emacs.d/init.orgtag-emacs/emacs.d/init.org
@@ -1173,16 +1173,6 @@ (ap/create-helm-dash-hook clojure ("Clojure"))               (ap/create-helm-dash-hook sql ("PostgreSQL" "MySQL"))))
 #+END_SRC
 
-** which-func
-
-Use the modeline to show which function definition the point is in.
-
-#+BEGIN_SRC emacs-lisp
-(use-package which-func
-  :init (which-function-mode)
-  :config (setq which-func-modes t))
-#+END_SRC
-
 ** discover-my-major
 
 A nicer way to browse keybindings for major modes.