From e743a4e8d3949bd1e64907485bec741cfb00a08b Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 22 Jan 2016 16:18:13 +0100 Subject: Emacs: Remove which-func-mode --- tag-emacs/emacs.d/init.org | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'tag-emacs') 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. -- cgit 1.4.1