diff --git a/config.org b/config.org index c421d39..d40c03f 100644 --- a/config.org +++ b/config.org @@ -213,6 +213,8 @@ Show function we are currently in in the mode-line. (use-package which-func :ensure nil :defer t + :custom + (which-func-display mode-and-header) :hook (prog-mode-hook . which-function-mode) )