fix(org): add missing autoloads for org-attach

org-attach-delete-one and -all are bound to keys, thus requiring
autoload.
This commit is contained in:
mosquito-magnet 2023-09-21 22:12:50 +02:00 committed by Henrik Lissner
parent 3983fba5b5
commit db29f71f10

View file

@ -481,7 +481,9 @@ relative to `org-directory', unless it is an absolute path."
;; Autoload all these commands that org-attach doesn't autoload itself
(use-package! org-attach
:commands (org-attach-new
:commands (org-attach-delete-one
org-attach-delete-all
org-attach-new
org-attach-open
org-attach-open-in-emacs
org-attach-reveal-in-emacs