Configure more default style rules
This commit is contained in:
parent
1875832fc9
commit
9cd1457ea3
2
init.el
2
init.el
@ -336,6 +336,8 @@ This overrides the default `display-startup-echo-area-message' function."
|
||||
(inhibit-default-init t "Do not attempt to load any OS-provided init files")
|
||||
|
||||
;; Default style rules
|
||||
(sentence-end-double-space nil "Do not use double spacing between sentences in paragraphs.")
|
||||
(require-final-newline t "Require a terminating newline at the end of every file.")
|
||||
(indent-tabs-mode nil "Use spaces for indentation")
|
||||
(tab-width 4 "Use 4 spaces for indentation")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user