From: Don Armstrong Date: Mon, 28 Aug 2023 20:32:30 +0000 (-0700) Subject: use which-key X-Git-Url: https://git.donarmstrong.com/?p=lib.git;a=commitdiff_plain;h=f9b3c0320c0bed7a59749708704a5a0a70895664 use which-key --- 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