feat: Add org-download

This commit is contained in:
Laurens Miers 2025-04-30 09:40:43 +02:00
parent 1a21781fba
commit ff740ce08e

View file

@ -1025,6 +1025,15 @@ Preserve indentation in SRC blocks
) )
#+END_SRC #+END_SRC
** Org Download
#+BEGIN_SRC emacs-lisp
(use-package org-download
:config
(add-hook 'dired-mode-hook 'org-download-enable)
)
#+END_SRC
* Elisp * Elisp
** Add demos to describe-function ** Add demos to describe-function