diff options
author | Case Duckworth | 2021-03-01 14:45:13 -0600 |
---|---|---|
committer | Case Duckworth | 2021-03-01 14:45:13 -0600 |
commit | 2d0a4e0c299e5e465c835966a67756a8959ff5c3 (patch) | |
tree | c8124b572ffb380d0c788ba6b18acc05d2bc942e | |
parent | Add margin mouse binds (diff) | |
download | emacs-2d0a4e0c299e5e465c835966a67756a8959ff5c3.tar.gz emacs-2d0a4e0c299e5e465c835966a67756a8959ff5c3.zip |
Remove which-function-mode
-rw-r--r-- | init.el | 2 |
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 | ||