add which-key to config

This commit is contained in:
Peter Tillemans 2025-09-10 16:17:03 +02:00
parent a5057e10c1
commit 63ed08a9c6

View file

@ -2207,6 +2207,21 @@ Enables and configures Yasnippet, a template system for Emacs:
#+RESULTS: #+RESULTS:
: [nil 26481 25510 926111 nil elpaca-process-queues nil nil 690000 nil] : [nil 26481 25510 926111 nil elpaca-process-queues nil nil 690000 nil]
** Which-key helps with discovery of keybinds
#+BEGIN_SRC emacs-lisp
(use-package which-key
:ensure t
:functions
which-key-mode
:config
(which-key-mode))
#+END_SRC
#+RESULTS:
: [nil 26817 33065 659508 nil elpaca-process-queues nil nil 206000 nil]
* Programming * Programming
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp