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:
parent
3983fba5b5
commit
db29f71f10
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue