diff options
author | Alan Pearce | 2015-08-10 10:43:36 +0200 |
---|---|---|
committer | Alan Pearce | 2015-08-10 10:43:36 +0200 |
commit | e2c1b3b5f76850f91e2bb3e39a135969255d6b2a (patch) | |
tree | 1d379d172f731d2fd44fb77988befe970e3e4287 /tag-emacs/emacs.d | |
parent | 79a11eaa2dacd7724e19e3d2b17e0b73093d6e09 (diff) | |
download | nixfiles-e2c1b3b5f76850f91e2bb3e39a135969255d6b2a.tar.lz nixfiles-e2c1b3b5f76850f91e2bb3e39a135969255d6b2a.tar.zst nixfiles-e2c1b3b5f76850f91e2bb3e39a135969255d6b2a.zip |
Emacs: Defer magit and org init
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r-- | tag-emacs/emacs.d/init.org | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index e34a0e8e..e74511a9 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" |