Make electric-indent-mode on by default

This seems to be the default in 25.1, but it may be different in older
versions.
This commit is contained in:
Gergely Polonkai 2016-10-21 15:24:21 +02:00
parent 883a381ba7
commit e2b3df969c
1 changed files with 5 additions and 0 deletions

View File

@ -616,6 +616,11 @@
:config
(setq eww-search-prefix "https://www.google.com/?q="))
(use-package electric
:config
;; This seems to be the default, but lets make sure…
(electric-indent-mode 1))
;; Load my own functions
(load "gnu-c-header.el")
(load "toggle-window-split.el")