From 37c364064cbe43dd785311acc26c37f477de5730 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Sun, 3 Sep 2023 13:21:20 +0200 Subject: [PATCH] Install and configure the general package --- configuration.org | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/configuration.org b/configuration.org index f732bb0..993d654 100644 --- a/configuration.org +++ b/configuration.org @@ -2789,6 +2789,19 @@ I don’t always use the package menu, but when i do, i want to do it in style (doom-themes-org-config)) #+end_src +** General + +#+begin_src emacs-lisp +(use-package general + :config + (general-create-definer rune/leader-keys + :prefix "S-SPC" + :global-prefix "S-SPC") + (rune/leader-keys + "t" '(:ignore t :which-key "toggles") + "tt" '(counsel-load-theme :which-key "choose theme"))) +#+end_src + * Dired related packages ** Collapse directories that only contain one file somewhere deep