]> git.donarmstrong.com Git - lib.git/commitdiff
use which-key
authorDon Armstrong <don@donarmstrong.com>
Mon, 28 Aug 2023 20:32:30 +0000 (13:32 -0700)
committerDon Armstrong <don@donarmstrong.com>
Mon, 28 Aug 2023 20:32:30 +0000 (13:32 -0700)
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