diff options
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/init.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el index e6b1b0e3..c56c142a 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 |