From bdb8383de921bdae577bf1beeb07d603cb54545e Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Wed, 9 Jul 2025 18:58:23 +0100 Subject: Enable which-key mode --- emacs-config.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/emacs-config.org b/emacs-config.org index 8864fd0..4387185 100644 --- a/emacs-config.org +++ b/emacs-config.org @@ -35,3 +35,8 @@ Set completion keybindings. (keymap-set map "M-p" #'completion-preview-prev-candidate)) #+end_src +** Which-key +Enable which-key that displays a pop-up window of posisble keybindings sequences. +#+begin_src elisp + (which-key-mode) +#+end_src -- cgit