mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
committed by
Henrik Lissner
parent
3983fba5b5
commit
db29f71f10
@ -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
|
||||
|
Reference in New Issue
Block a user