add autoloads
This commit is contained in:
@@ -3,7 +3,8 @@
|
|||||||
;;; Code:
|
;;; Code:
|
||||||
(use-package my
|
(use-package my
|
||||||
:init
|
: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
|
: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)
|
||||||
@@ -48,6 +49,7 @@
|
|||||||
(olivetti-mode 0)))))
|
(olivetti-mode 0)))))
|
||||||
|
|
||||||
(use-package my-org-article
|
(use-package my-org-article
|
||||||
|
:demand
|
||||||
:after (org)
|
:after (org)
|
||||||
:bind (:map org-mode-map
|
:bind (:map org-mode-map
|
||||||
("<f5>" . my-org-article-html-export-to-html-notify-async)
|
("<f5>" . my-org-article-html-export-to-html-notify-async)
|
||||||
|
|||||||
Reference in New Issue
Block a user