refactor(org): move org-crypt and related hooks behind a '+crypt' flag

This commit is contained in:
VitalyR 2023-06-07 15:57:41 +08:00 committed by Henrik Lissner
parent 1d662a54a8
commit 547584b831
2 changed files with 3 additions and 1 deletions

View file

@ -48,6 +48,8 @@ https://www.mfoot.com/blog/2015/11/22/literate-emacs-configuration-with-org-mode
- +dragndrop ::
Enable drag-and-drop support for images and files; inserts inline previews
for images and an icon+link for other media types.
- +crypt ::
Enable [[https://orgmode.org/manual/Org-Crypt.html][org-crypt]] integraiton for encryption and decryption on org files.
- +gnuplot ::
Install gnuplot & gnuplot-mode, which enables rendering images from gnuplot
src blocks or plotting tables with fn:org-plot/gnuplot (bound to =SPC m b p=,