From 06208d5491a1e154721130c803f6aee83edd9bef Mon Sep 17 00:00:00 2001 From: Laurens Miers Date: Thu, 24 Jul 2025 10:24:54 +0200 Subject: [PATCH] feat: Display function name in header as well --- config.org | 2 ++ 1 file changed, 2 insertions(+) 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) )