about summary refs log tree commit diff stats
path: root/.emacs.d
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2023-01-17 13:18:04 +0000
committerDavid Morgan <djm_uk@protonmail.com>2023-01-17 13:18:04 +0000
commit1fb68411e8d67fc292226a8ce1a0c76ba825d662 (patch)
tree8df299ef14f6cd7bb3890530469df5537d8964d7 /.emacs.d
parent2ba485853a78f71608861f455e702c03dcc4b2a7 (diff)
downloaddotfiles-1fb68411e8d67fc292226a8ce1a0c76ba825d662.tar.gz
Ensure which-function-mode is turned on
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/lisp/init-modeline.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/.emacs.d/lisp/init-modeline.el b/.emacs.d/lisp/init-modeline.el
index 6e20428..25fd1b5 100644
--- a/.emacs.d/lisp/init-modeline.el
+++ b/.emacs.d/lisp/init-modeline.el
@@ -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)