From ec2818c4b99a3ac5641a582011ec7eccbe60cf0f Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Sat, 21 Oct 2023 17:05:52 +0200 Subject: [PATCH] Remove the general package MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It might make a comeback later, but for now, i can’t see how it could be useful. --- configuration.org | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/configuration.org b/configuration.org index 2b4ebfd..a77328e 100644 --- a/configuration.org +++ b/configuration.org @@ -2441,19 +2441,6 @@ 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" '(consult-theme :which-key "choose theme"))) -#+end_src - ** BibTex First, set up ~bibtex-completion~: