dotfiles/emacs-lisp/org_download.org
magic_rb 1944e3ba3a
Add org-download
Signed-off-by: magic_rb <magic_rb@redalder.org>
2023-11-04 20:05:05 +01:00

12 lines
245 B
Org Mode

: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