Install and configure the which-key package
This commit is contained in:
parent
23712fed8c
commit
9661b70b67
@ -2711,6 +2711,15 @@ I don’t always use the package menu, but when i do, i want to do it in style
|
|||||||
(twtxt-following '(("buckket" "https://buckket.org/twtxt.txt"))))
|
(twtxt-following '(("buckket" "https://buckket.org/twtxt.txt"))))
|
||||||
#+end_src
|
#+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
|
* Dired related packages
|
||||||
|
|
||||||
** Collapse directories that only contain one file somewhere deep
|
** Collapse directories that only contain one file somewhere deep
|
||||||
|
Loading…
Reference in New Issue
Block a user