defer loading

This commit is contained in:
2025-06-23 22:04:19 +02:00
parent 2662231ef6
commit 9bcbc05add
3 changed files with 4 additions and 2 deletions

View File

@@ -347,7 +347,7 @@ DISPLAY-START: `integer', e.g. 3820"
))
(use-package dashboard
:defer nil
:defer 0.1
:delight (dashboard-mode "Db") ;; "\u01F153
:after (all-the-icons)
:commands (dashboard-mode)

View File

@@ -49,7 +49,7 @@
(olivetti-mode 0)))))
(use-package my-org-article
:demand
:defer 0.1
:after (org)
:bind (:map org-mode-map
("<f5>" . my-org-article-html-export-to-html-notify-async)
@@ -131,6 +131,7 @@ gnuplot buffer. See also async init file
)
(use-package my-org-letter
:defer 0.1
:after (org))
(provide 'my-settings)

View File

@@ -1099,6 +1099,7 @@ Uses function `my-org-headline-string-element'"
'my-org-latex-ensure-clearpage))
(use-package ox-extra
:defer 0.1
:after (org) ;; defer t is not enough bc/ ox-extra is not loaded by default
:config
;; https://emacs.stackexchange.com/questions/9492/is-it-possible-to-export-content-of-subtrees-without-their-headings