Remove the general package

It might make a comeback later, but for now, i can’t see how it could be useful.
This commit is contained in:
Gergely Polonkai 2023-10-21 17:05:52 +02:00
parent 71a2ff9022
commit ec2818c4b9
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
1 changed files with 0 additions and 13 deletions

View File

@ -2441,19 +2441,6 @@ 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" '(consult-theme :which-key "choose theme")))
#+end_src
** BibTex
First, set up ~bibtex-completion~: