summaryrefslogtreecommitdiffstats
path: root/lisp/init-sane-defaults.el
diff options
context:
space:
mode:
authorMartin Polden <martin.polden@gmail.com>2017-05-30 11:44:43 +0200
committerMartin Polden <martin.polden@gmail.com>2017-05-30 11:44:43 +0200
commit02fbcef96d24b0b797d595ab3b987b7b5b7c0cc0 (patch)
treed424e3918aa23a5a4d25c4c766722da8568b8a46 /lisp/init-sane-defaults.el
parente4691fa15b279d4f74bca9a262be127f6cc48648 (diff)
Always add newline at the end of the file
Diffstat (limited to 'lisp/init-sane-defaults.el')
-rw-r--r--lisp/init-sane-defaults.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/init-sane-defaults.el b/lisp/init-sane-defaults.el
index 030a702..27e4520 100644
--- a/lisp/init-sane-defaults.el
+++ b/lisp/init-sane-defaults.el
@@ -73,4 +73,7 @@
;; preserve point position when scrolling
(setq scroll-preserve-screen-position 'always)
+;; always add newline at the end of the file
+(setq require-final-newline t)
+
(provide 'init-sane-defaults)