Make which-key not show evil operator maps

This commit is contained in:
Alexander Rosenberg 2025-02-06 16:49:54 -08:00
parent 6a1d358548
commit fd942c275f
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

@ -866,8 +866,6 @@ environment variable accordingly."
;; which-key
(use-package which-key
:diminish which-key-mode
:custom
(which-key-show-operator-state-maps t)
:config
(which-key-mode 1))