From 53aa91408cfb26aa7e7312d39157d6945599b2e6 Mon Sep 17 00:00:00 2001 From: laurensmiers Date: Thu, 14 Aug 2025 11:44:30 +0200 Subject: [PATCH] fix: which-func custom setting --- config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.org b/config.org index d40c03f..fc60742 100644 --- a/config.org +++ b/config.org @@ -214,7 +214,7 @@ Show function we are currently in in the mode-line. :ensure nil :defer t :custom - (which-func-display mode-and-header) + (which-func-display 'mode-and-header) :hook (prog-mode-hook . which-function-mode) )