[Org] Move require for org-download to init.el

This commit is contained in:
Daniel - 2018-11-03 11:19:16 +01:00
parent bef85cbdc5
commit bfe12ddc24
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
2 changed files with 3 additions and 5 deletions

View File

@ -785,6 +785,9 @@ _h_ _l_ _o_k _y_ank
(unless (memq #'db/export-diary
(mapcar #'timer--function timer-idle-list))
(run-with-idle-timer 20 t #'db/export-diary))))
;; Drag-and-Drop images into org-mode buffer
(use-package org-download)
;; Hack: The default implementation is too slow, because it is
;; parsing all properties of an entry by default. Lets simplify
;; this to only parse what we are looking for. This makes tag

View File

@ -472,11 +472,6 @@ Current Task: %`org-clock-current-task; "
(org-todo 'done)
(org-save-all-org-buffers)))))))
;;; Drag-and-Drop images into org-mode buffer
(use-package org-download)
;;; Babel