summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2015-11-05 09:16:59 +0100
committerAlan Pearce2015-11-05 09:16:59 +0100
commit8dd85354ccc40bfbb43bf0051074e17ec3d58f94 (patch)
treea7b962c99927aed406e4191035304e2b889e503b /tag-emacs
parent0f36ecdade396e397c19b13309c7d9743bd0cedd (diff)
downloaddotfiles-8dd85354ccc40bfbb43bf0051074e17ec3d58f94.tar.lz
dotfiles-8dd85354ccc40bfbb43bf0051074e17ec3d58f94.tar.zst
dotfiles-8dd85354ccc40bfbb43bf0051074e17ec3d58f94.zip
Emacs: Background-load cc-mode
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index e36d3a5..464b0cb 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -1903,7 +1903,7 @@ quite a few other modes are derived from it.
 
 #+BEGIN_SRC emacs-lisp
 (req-package cc-mode
-  :defer t
+  :defer 5
   :init (progn
           (add-hook 'c-mode-common-hook #'electric-indent-mode))
   :config (progn