optimize package loading

This commit is contained in:
2022-12-18 19:32:54 +01:00
parent cbc480386c
commit 7b477d19fa
23 changed files with 3 additions and 42 deletions

View File

@@ -16,20 +16,16 @@
;;; Code:
(use-package pdf-tools
:load-path (lambda() (concat config-dir "lisp/pdf-tools"))
:defer t) ;; used by org-ref
(use-package biblio
:load-path (lambda() (concat config-dir "lisp/biblio"))
:defer t) ;; used by org-ref
(use-package citeproc
:load-path (lambda() (concat config-dir "lisp/citeproc"))
:defer t) ;; used by org-ref
;; !in a org document run org-ref to test the installation
(use-package org-ref ;; used with some preamble defs and \printbibliography (biblatex/biber, no html export), see also ox-bibtex
:load-path (lambda() (concat config-dir "lisp/org-ref"))
:after (org)
:defer 1
:init