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

@@ -246,7 +246,6 @@ Example defines
;; be loaded before, otherwise both versions will be loaded and will
;; conflict.
(use-package org
:load-path (lambda () (list (concat config-dir "lisp/org")))
:delight (org-mode "Org") ;; "Org " "\u01F15E"
:defer t
:after (ob-csharp)
@@ -321,8 +320,7 @@ Example defines
(setq org-src-preserve-indentation t))
(use-package org-contrib
:after (org)
:load-path (lambda () (list (concat config-dir "lisp/org-contrib"))))
:after (org))
;;; org-contrib libs
@@ -424,7 +422,6 @@ Suggest the URL title as a description for resource."
(use-package org-cliplink
:after (org)
:load-path (lambda() (concat config-dir "lisp/org-cliplink"))
:config
(defun my-org-link-description-update ()
"."