all repos — archive/dotfiles @ 8dd85354ccc40bfbb43bf0051074e17ec3d58f94

Superseded by nixfiles

Emacs: Background-load cc-mode
Alan Pearce alan.pearce@spotcap.com
Thu, 05 Nov 2015 09:16:59 +0100
commit

8dd85354ccc40bfbb43bf0051074e17ec3d58f94

parent

0f36ecdade396e397c19b13309c7d9743bd0cedd

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M tag-emacs/emacs.d/init.orgtag-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