From f98d58397760255bb01343f1ee4d7a4c55e02f1a Mon Sep 17 00:00:00 2001 From: Daniel Weschke Date: Sun, 22 Jun 2025 22:38:10 +0200 Subject: [PATCH] clean up --- settings/which-key-settings.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/settings/which-key-settings.el b/settings/which-key-settings.el index d2622717..4377450a 100644 --- a/settings/which-key-settings.el +++ b/settings/which-key-settings.el @@ -17,8 +17,6 @@ (when (daemonp) ;; problem if using unicodes and emacsclient, the last line of which-key side-frame is cropped. (setq which-key-dont-use-unicode t)) - ;; :hook (after-init . which-key-mode) - ;; :hook (before-init . which-key-mode) :config (which-key-mode) (setq which-key-allow-multiple-replacements t)