summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
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