Make which-key show evil operator maps

This commit is contained in:
Alexander Rosenberg 2025-01-27 05:02:40 -08:00
parent b33937f50b
commit 5a3735644d
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

@ -763,6 +763,8 @@ 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))