mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-25 09:36:14 +01:00
1944e3ba3a
Signed-off-by: magic_rb <magic_rb@redalder.org>
12 lines
245 B
Org Mode
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
|
|
|