mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-22 08:04:20 +01:00
Add org-download
Signed-off-by: magic_rb <magic_rb@redalder.org>
This commit is contained in:
parent
08bce19cc4
commit
1944e3ba3a
11
emacs-lisp/org_download.org
Normal file
11
emacs-lisp/org_download.org
Normal 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
|
||||||
|
|
Loading…
Reference in a new issue