From e894a6e2f3b4a371f02118825946069b23fd9fb1 Mon Sep 17 00:00:00 2001 From: Uko Kokņevičs Date: Tue, 21 Oct 2025 17:49:17 +0300 Subject: emacs: Add which-key --- emacs/.config/emacs/init.el | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/emacs/.config/emacs/init.el b/emacs/.config/emacs/init.el index 8e54d71..6860ba9 100644 --- a/emacs/.config/emacs/init.el +++ b/emacs/.config/emacs/init.el @@ -496,3 +496,11 @@ (treemacs-select-when-already-in-treemacs 'next-or-back) :bind (("C-c SPC" . treemacs-select-window) ("C-c C-SPC" . treemacs-select-window))) + +(use-package which-key + :straight '(which-key :type built-in) + :custom + (which-key-dont-use-unicode nil) + (which-key-separator " ⇒ ") + :config + (which-key-mode +1)) -- cgit v1.2.3