From 7ea8c9a834f71276396616b5637b2a2ef8723ecd Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 10 Sep 2017 09:41:05 +0200 Subject: [PATCH] =?UTF-8?q?[Init]=20Defer=20loading=20of=20=E2=80=98org-re?= =?UTF-8?q?f=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index 498b79d..1b5c360 100644 --- a/init.el +++ b/init.el @@ -453,6 +453,7 @@ (run-with-idle-timer 1200 t #'db/export-diary))) (use-package org-ref + :defer t :config (progn (require 'org-ref-pdf) (require 'org-ref-url-utils)