From 7e21825c4114988f96bc41e16cbbdd95ce10205d Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 21 Jan 2025 16:55:35 +0000 Subject: [PATCH] Enable which-function-mode --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index 7da5b69..a87b4da 100644 --- a/init.el +++ b/init.el @@ -116,6 +116,7 @@ (line-number-mode +1) (column-number-mode +1) (size-indication-mode -1) + (which-function-mode +1) (doom-modeline-mode +1) :config (set-face-attribute 'doom-modeline nil :weight 'normal)