mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-22 16:21:04 -05:00
Autoload all 4 org decrypt/encrypt user commands
currently if someone wants to use them, it has to manually autoload them first in user config.el with (unless (fboundp ...) (autoload ...))
This commit is contained in:
@@ -778,7 +778,7 @@ compelling reason, so..."
|
|||||||
|
|
||||||
|
|
||||||
(use-package! org-crypt ; built-in
|
(use-package! org-crypt ; built-in
|
||||||
:commands org-encrypt-entries
|
:commands org-encrypt-entries org-encrypt-entry org-decrypt-entries org-decrypt-entry
|
||||||
:hook (org-reveal-start . org-decrypt-entry)
|
:hook (org-reveal-start . org-decrypt-entry)
|
||||||
:config
|
:config
|
||||||
(add-hook! 'org-mode-hook
|
(add-hook! 'org-mode-hook
|
||||||
|
Reference in New Issue
Block a user