From 5a3735644d4f90449971af5d7bfc675fd31c5820 Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Mon, 27 Jan 2025 05:02:40 -0800 Subject: [PATCH] Make which-key show evil operator maps --- init.el | 2 ++ 1 file changed, 2 insertions(+) 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))