summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'tag-emacs/emacs.d/init.el')
-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 f90a7af9..b5e58118 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)))