Install and configure the general package

This commit is contained in:
Gergely Polonkai 2023-09-03 13:21:20 +02:00
parent 123af3361e
commit 37c364064c
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
1 changed files with 13 additions and 0 deletions

View File

@ -2789,6 +2789,19 @@ I dont 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