add autoloads

This commit is contained in:
2025-06-22 22:39:40 +02:00
parent f98d583977
commit 91f37c15fe

View File

@@ -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
("<f5>" . my-org-article-html-export-to-html-notify-async)