From 91f37c15fea785d2a5ff42d4b170d828d101769e Mon Sep 17 00:00:00 2001 From: Daniel Weschke Date: Sun, 22 Jun 2025 22:39:40 +0200 Subject: [PATCH] add autoloads --- settings/my-settings.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/settings/my-settings.el b/settings/my-settings.el index efb275db..36ebd449 100644 --- a/settings/my-settings.el +++ b/settings/my-settings.el @@ -3,7 +3,8 @@ ;;; Code: (use-package my :init - (load-file (concat config-dir "lisp/my/my-autoloads.el")) + ;; (load-file (concat config-dir "lisp/my/my-autoloads.el")) + (require 'my-autoloads) :config (with-eval-after-load 'org (add-hook 'org-mode-hook 'my-org-link-color-hook) @@ -48,6 +49,7 @@ (olivetti-mode 0))))) (use-package my-org-article + :demand :after (org) :bind (:map org-mode-map ("" . my-org-article-html-export-to-html-notify-async)