From 9661b70b674167a5e8b6b6614d5b535c0e9b65f2 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Tue, 29 Aug 2023 10:52:54 +0200 Subject: [PATCH] Install and configure the which-key package --- configuration.org | 9 +++++++++ 1 file changed, 9 insertions(+) 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