X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=emacs_el%2Fconfiguration%2Fdon-configuration.org;h=98eca13557ef1a820213e3254e70091d84d1688c;hb=f9b3c0320c0bed7a59749708704a5a0a70895664;hp=da7ba9e6f40c6d1ef30a80940c07d8eee38f7ad6;hpb=78aa08da146784d5a5c20c69e6dd70534c4774b2;p=lib.git 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