add which-key to config
This commit is contained in:
parent
a5057e10c1
commit
63ed08a9c6
1 changed files with 15 additions and 0 deletions
15
init.org
15
init.org
|
@ -2207,6 +2207,21 @@ Enables and configures Yasnippet, a template system for Emacs:
|
|||
#+RESULTS:
|
||||
: [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
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
|
|
Loading…
Add table
Reference in a new issue