From f9b3c0320c0bed7a59749708704a5a0a70895664 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Mon, 28 Aug 2023 13:32:30 -0700 Subject: [PATCH] use which-key --- emacs_el/configuration/don-configuration.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/emacs_el/configuration/don-configuration.org b/emacs_el/configuration/don-configuration.org index da7ba9e..98eca13 100644 --- a/emacs_el/configuration/don-configuration.org +++ b/emacs_el/configuration/don-configuration.org @@ -809,6 +809,12 @@ Attempts to automatically identify the right indentation for a file :hook (embark-collect-mode . consult-preview-at-point-mode)) #+end_src +** which-key (show possible completions of a key combination) +#+BEGIN_SRC emacs-lisp +(use-package which-key + :demand t + ) +#+END_SRC ** Consult #+begin_src emacs-lisp (use-package consult -- 2.39.2