From fd942c275f35fc111aaa86a969e26ddad4add604 Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Thu, 6 Feb 2025 16:49:54 -0800 Subject: [PATCH] Make which-key not show evil operator maps --- init.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/init.el b/init.el index 79eaae3..e61d1d7 100644 --- a/init.el +++ b/init.el @@ -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))