diff --git a/configuration.org b/configuration.org index 3e41458..bef4598 100644 --- a/configuration.org +++ b/configuration.org @@ -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")))) #+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