diff --git a/init.el b/init.el index 0b33c22..db81ef9 100644 --- a/init.el +++ b/init.el @@ -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))