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)