diff options
| -rw-r--r-- | emacs-config.org | 5 |
1 files changed, 5 insertions, 0 deletions
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 |
