summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2013-10-21 07:57:48 +0100
committerAlan Pearce2013-10-21 07:57:48 +0100
commitae9ebe7419131e020ad39b67dd595cd2d64eed27 (patch)
treecfb9d1ab24fe0bb52a2494d9cfafbe24001a3c13 /emacs
parent333c045fd15b0b06d76a905269a24fd8a54df7ef (diff)
downloaddotfiles-ae9ebe7419131e020ad39b67dd595cd2d64eed27.tar.lz
dotfiles-ae9ebe7419131e020ad39b67dd595cd2d64eed27.tar.zst
dotfiles-ae9ebe7419131e020ad39b67dd595cd2d64eed27.zip
Emacs: load cc-mode on startup
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el
index e6b1b0e..c56c142 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -1060,7 +1060,6 @@ Also returns nil if pid is nil."
   :init (add-hook 'emacs-lisp-mode-hook #'auto-compile-on-save-mode))
 
 (use-package cc-mode
-  :defer t
   :init (progn
           (add-hook 'c-mode-common-hook #'electric-indent-mode))
   :config (progn