summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2015-08-10 10:43:36 +0200
committerAlan Pearce2015-08-10 10:43:36 +0200
commite2c1b3b5f76850f91e2bb3e39a135969255d6b2a (patch)
tree1d379d172f731d2fd44fb77988befe970e3e4287 /tag-emacs
parent79a11eaa2dacd7724e19e3d2b17e0b73093d6e09 (diff)
downloaddotfiles-e2c1b3b5f76850f91e2bb3e39a135969255d6b2a.tar.lz
dotfiles-e2c1b3b5f76850f91e2bb3e39a135969255d6b2a.tar.zst
dotfiles-e2c1b3b5f76850f91e2bb3e39a135969255d6b2a.zip
Emacs: Defer magit and org init
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.org2
1 files changed, 2 insertions, 0 deletions
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"