feat: Display function name in header as well

This commit is contained in:
Laurens Miers 2025-07-24 10:24:54 +02:00
parent 423acecb38
commit 06208d5491

View file

@ -213,6 +213,8 @@ Show function we are currently in in the mode-line.
(use-package which-func (use-package which-func
:ensure nil :ensure nil
:defer t :defer t
:custom
(which-func-display mode-and-header)
:hook :hook
(prog-mode-hook . which-function-mode) (prog-mode-hook . which-function-mode)
) )