]> git.donarmstrong.com Git - lib.git/blobdiff - emacs_el/configuration/don-configuration.org
use which-key
[lib.git] / emacs_el / configuration / don-configuration.org
index da7ba9e6f40c6d1ef30a80940c07d8eee38f7ad6..98eca13557ef1a820213e3254e70091d84d1688c 100644 (file)
@@ -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