feat: Add org-download
This commit is contained in:
parent
1a21781fba
commit
ff740ce08e
1 changed files with 9 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue