From e2c1b3b5f76850f91e2bb3e39a135969255d6b2a Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 10 Aug 2015 10:43:36 +0200 Subject: Emacs: Defer magit and org init --- tag-emacs/emacs.d/init.org | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tag-emacs') diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index e34a0e8..e74511a 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -238,6 +238,7 @@ time. Make sure to set it up with a nice =completing-read-function= #+BEGIN_SRC emacs-lisp (req-package magit + :defer 5 :commands (magit-status) :config (progn (rename-modeline magit-status-mode (char-to-string (-find #'char-displayable-p '(11942 5848 177)))) (setq magit-last-seen-setup-instructions "1.4.0" @@ -1541,6 +1542,7 @@ Org is wünderbar. :bind (("C-c C-a" . org-agenda-list) ("C-c a" . org-agenda) ("C-c l" . org-store-link)) + :defer 10 :init (setq org-replace-disputed-keys t) :config (progn (setq org-directory "~/Sync/org" -- cgit 1.4.1