about summary refs log tree commit diff stats
path: root/.emacs.d
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2021-09-07 19:25:46 +0100
committerDavid Morgan <djm_uk@protonmail.com>2021-09-07 19:25:46 +0100
commit535fb5d69c32a7b6b8b4ead9de7f7db45ff6243f (patch)
treec75bf254af1a15adce728713fec96ba04f619a4b /.emacs.d
parent2b7769bb4a6a0afe2cab0c9064464eb58e645a00 (diff)
downloaddotfiles-535fb5d69c32a7b6b8b4ead9de7f7db45ff6243f.tar.gz
Replace deprecated function
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/lisp/init-modeline.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/lisp/init-modeline.el b/.emacs.d/lisp/init-modeline.el
index 55984dd..4ddc64f 100644
--- a/.emacs.d/lisp/init-modeline.el
+++ b/.emacs.d/lisp/init-modeline.el
@@ -9,7 +9,7 @@
 (use-package which-func
   :ensure nil
   :config
-  (which-func-mode 1))
+  (which-function-mode 1))
 
 (use-package hl-todo
   :config