feat: Display function name in header as well
This commit is contained in:
parent
423acecb38
commit
06208d5491
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue