summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-03-01 14:45:13 -0600
committerCase Duckworth2021-03-01 14:45:13 -0600
commit2d0a4e0c299e5e465c835966a67756a8959ff5c3 (patch)
treec8124b572ffb380d0c788ba6b18acc05d2bc942e /init.el
parentAdd margin mouse binds (diff)
downloademacs-2d0a4e0c299e5e465c835966a67756a8959ff5c3.tar.gz
emacs-2d0a4e0c299e5e465c835966a67756a8959ff5c3.zip
Remove which-function-mode
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/init.el b/init.el index eee0908..91ebb25 100644 --- a/init.el +++ b/init.el
@@ -400,8 +400,6 @@
400(use-package minions 400(use-package minions
401 :config (minions-mode +1)) 401 :config (minions-mode +1))
402 402
403(which-function-mode +1)
404
405(use-package which-key 403(use-package which-key
406 :config (which-key-mode +1)) 404 :config (which-key-mode +1))
407 405