load autoloads

This commit is contained in:
2025-06-20 19:47:06 +02:00
parent 241b1684c5
commit c3b89cc11c

View File

@@ -2,6 +2,8 @@
;;; Commentary: ;;; Commentary:
;;; Code: ;;; Code:
(use-package my (use-package my
:init
(load-file (concat config-dir "lisp/my/my-autoloads.el"))
:config :config
(with-eval-after-load 'org (with-eval-after-load 'org
(add-hook 'org-mode-hook 'my-org-link-color-hook) (add-hook 'org-mode-hook 'my-org-link-color-hook)