summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2016-01-22 16:18:13 +0100
committerAlan Pearce2016-01-22 16:18:13 +0100
commite743a4e8d3949bd1e64907485bec741cfb00a08b (patch)
treece52b6c7d4e687b0a1e85e291b7054f215d25666 /tag-emacs
parentb97e9583c07f4f247ab896540ad63157e1f6504d (diff)
downloaddotfiles-e743a4e8d3949bd1e64907485bec741cfb00a08b.tar.lz
dotfiles-e743a4e8d3949bd1e64907485bec741cfb00a08b.tar.zst
dotfiles-e743a4e8d3949bd1e64907485bec741cfb00a08b.zip
Emacs: Remove which-func-mode
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.org10
1 files changed, 0 insertions, 10 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index 73f7f94..f234042 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -1173,16 +1173,6 @@ helps to make documentation for other languages easier to access
               (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.