summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2014-06-26 21:03:17 +0100
committerAlan Pearce2014-06-26 21:03:17 +0100
commit633fbba491437afd5bfffb02320edc4bfb98766f (patch)
tree0dc425c6fb73953087ffea0ee417528c6f4b39cc /tag-emacs
parent7e4e4c85c4be50e9ae118dae80cee2c2da7a13ef (diff)
downloaddotfiles-633fbba491437afd5bfffb02320edc4bfb98766f.tar.lz
dotfiles-633fbba491437afd5bfffb02320edc4bfb98766f.tar.zst
dotfiles-633fbba491437afd5bfffb02320edc4bfb98766f.zip
Emacs: more deferred loading
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index f90a7af..b5e5811 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -652,6 +652,7 @@
             (setq go-projectile-switch-gopath 'maybe)))
 
 (req-package auto-compile
+  :defer t
   :init (add-hook 'emacs-lisp-mode-hook #'auto-compile-on-save-mode))
 
 (req-package cc-mode
@@ -716,6 +717,7 @@
   :require (projectile perspective))
 
 (req-package vc
+  :defer t
   :config (progn
             (setq vc-follow-symlinks t)))