Install and configure the which-key package

This commit is contained in:
Gergely Polonkai 2023-08-29 10:52:54 +02:00
parent 23712fed8c
commit 9661b70b67
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
1 changed files with 9 additions and 0 deletions

View File

@ -2711,6 +2711,15 @@ I dont always use the package menu, but when i do, i want to do it in style
(twtxt-following '(("buckket" "https://buckket.org/twtxt.txt"))))
#+end_src
** Show available key bindings
#+begin_src emacs-lisp
(use-package which-key
:config
(which-key-mode)
(which-key-setup-minibuffer))
#+end_src
* Dired related packages
** Collapse directories that only contain one file somewhere deep