Add org-download

Signed-off-by: magic_rb <magic_rb@redalder.org>
This commit is contained in:
magic_rb 2023-11-04 20:05:05 +01:00
parent 08bce19cc4
commit 1944e3ba3a
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -0,0 +1,11 @@
:PROPERTIES:
:header-args:emacs-lisp: :comments link :results none
:ID: 71c15d92-b77f-437d-93b1-d7856e8765b8
:END:
#+title: Org Download
#+filetags: emacs-load
#+begin_src emacs-lisp
(use-package org-download
:straight t)
#+end_src