Ensure which-function-mode is turned on

This commit is contained in:
David Morgan 2023-01-17 13:18:04 +00:00
parent 2ba485853a
commit 1fb68411e8
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 1 additions and 2 deletions

View File

@ -7,8 +7,7 @@
;(size-indication-mode t) ; TODO
(use-feature which-func
:config
(which-function-mode 1))
:hook (after-init . which-function-mode))
(use-package simple-modeline
:hook (after-init . simple-modeline-mode)