summaryrefslogtreecommitdiff
path: root/lisp/org-custom.el
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2023-07-09 19:40:12 -0400
committermattkae <mattkae@protonmail.com>2023-07-09 19:40:12 -0400
commit2b0d13155d4ade5e777b594f1e36697b36e17309 (patch)
tree54fa4d157a737357be2c8a98aa9647628ec058ca /lisp/org-custom.el
parent97f97a6f529bc4d6ebe5e6a94c9ec1944d5e1986 (diff)
Ability to paste images into org buffers
Diffstat (limited to 'lisp/org-custom.el')
-rw-r--r--lisp/org-custom.el3
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