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:
parent
883a381ba7
commit
e2b3df969c
5
init.el
5
init.el
@ -616,6 +616,11 @@
|
|||||||
:config
|
:config
|
||||||
(setq eww-search-prefix "https://www.google.com/?q="))
|
(setq eww-search-prefix "https://www.google.com/?q="))
|
||||||
|
|
||||||
|
(use-package electric
|
||||||
|
:config
|
||||||
|
;; This seems to be the default, but let’s make sure…
|
||||||
|
(electric-indent-mode 1))
|
||||||
|
|
||||||
;; Load my own functions
|
;; Load my own functions
|
||||||
(load "gnu-c-header.el")
|
(load "gnu-c-header.el")
|
||||||
(load "toggle-window-split.el")
|
(load "toggle-window-split.el")
|
||||||
|
Loading…
Reference in New Issue
Block a user