all repos — nixfiles @ e2c1b3b5f76850f91e2bb3e39a135969255d6b2a

System and user configuration, managed by nix and home-manager

Emacs: Defer magit and org init
Alan Pearce alan@alanpearce.co.uk
Mon, 10 Aug 2015 10:43:36 +0200
commit

e2c1b3b5f76850f91e2bb3e39a135969255d6b2a

parent

79a11eaa2dacd7724e19e3d2b17e0b73093d6e09

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M tag-emacs/emacs.d/init.orgtag-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 @@ (req-package org     :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"