diff --git a/init.el b/init.el index e47949f..d4b9b9b 100644 --- a/init.el +++ b/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")