diff options
Diffstat (limited to 'tag-emacs')
-rw-r--r-- | tag-emacs/emacs.d/init.org | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index dccf62df..28bd5396 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -1126,16 +1126,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. |