diff options
author | Alan Pearce | 2013-10-21 07:57:48 +0100 |
---|---|---|
committer | Alan Pearce | 2013-10-21 07:57:48 +0100 |
commit | ae9ebe7419131e020ad39b67dd595cd2d64eed27 (patch) | |
tree | cfb9d1ab24fe0bb52a2494d9cfafbe24001a3c13 /emacs | |
parent | 333c045fd15b0b06d76a905269a24fd8a54df7ef (diff) | |
download | dotfiles-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.el | 1 |
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 |