diff options
-rw-r--r-- | emacs.d/inits/00_ui.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/emacs.d/inits/00_ui.el b/emacs.d/inits/00_ui.el index 462efcf..22e392f 100644 --- a/emacs.d/inits/00_ui.el +++ b/emacs.d/inits/00_ui.el @@ -23,3 +23,7 @@ :config (progn (eval-after-load "whitespace" '(diminish 'whitespace-mode)))) + +;; display the name of the function +(use-package which-func + :init (which-function-mode 1)) |