diff options
author | mattkae <mattkae@protonmail.com> | 2023-07-09 19:40:12 -0400 |
---|---|---|
committer | mattkae <mattkae@protonmail.com> | 2023-07-09 19:40:12 -0400 |
commit | 2b0d13155d4ade5e777b594f1e36697b36e17309 (patch) | |
tree | 54fa4d157a737357be2c8a98aa9647628ec058ca /lisp | |
parent | 97f97a6f529bc4d6ebe5e6a94c9ec1944d5e1986 (diff) |
Ability to paste images into org buffers
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/org-custom.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/org-custom.el b/lisp/org-custom.el index 3c3eeb0..9400130 100644 --- a/lisp/org-custom.el +++ b/lisp/org-custom.el @@ -96,5 +96,8 @@ (setq org-map-continue-from (org-element-property :begin (org-element-at-point)))) "/DONE" 'tree)) +(use-package org-download + :ensure t) + (provide 'org-custom) ;;; org-custom.el ends here |