summary refs log tree commit diff stats
path: root/emacs/.emacs.d/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/init.org')
-rw-r--r--emacs/.emacs.d/init.org3
1 files changed, 1 insertions, 2 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index 3004689..2082f88 100644
--- a/emacs/.emacs.d/init.org
+++ b/emacs/.emacs.d/init.org
@@ -864,6 +864,7 @@ tabstops is probably never going to happen.
 #+BEGIN_SRC emacs-lisp
 (setq-default tab-width 2
               indent-tabs-mode nil)
+(electric-indent-mode +1)
 #+END_SRC
 
 
@@ -2092,8 +2093,6 @@ quite a few other modes are derived from it.
 #+BEGIN_SRC emacs-lisp
 (use-package cc-mode
   :defer 5
-  :init (progn
-          (add-hook 'c-mode-common-hook #'electric-indent-mode))
   :config (progn
             (setq c-default-style '((java-mode . "java")
                                     (awk-mode . "awk")