diff options
author | Thomas Voss <thomas.voss@humanwave.nl> | 2025-08-29 10:09:55 +0200 |
---|---|---|
committer | Thomas Voss <thomas.voss@humanwave.nl> | 2025-08-29 10:09:55 +0200 |
commit | 51ea25fec8d2fc9cd8f43ae32025fbe4a1caf0dc (patch) | |
tree | 1d66c75340b0d559c0e1f490bd6d966a8cfcdc05 /.config | |
parent | 898bf6def668a3dbb3fa9c56a8e27fea96f05be7 (diff) |
emacs: Set ‘mode-require-final-newline’ to ‘t’
Diffstat (limited to '.config')
-rw-r--r-- | .config/emacs/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/emacs/init.el b/.config/emacs/init.el index ad73cce..aa3033c 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -182,7 +182,7 @@ buffer suppressed." (kill-do-not-save-duplicates t) (large-file-warning-threshold nil) (make-backup-files nil) - (mode-require-final-newline nil) + (mode-require-final-newline t) (next-error-recenter '(4)) ; ‘center of window’ (read-extended-command-predicate #'command-completion-default-include-p) (remote-file-name-inhibit-auto-save t) |