diff options
author | Thomas Voss <thomas.voss@humanwave.nl> | 2025-07-03 15:59:09 +0200 |
---|---|---|
committer | Thomas Voss <thomas.voss@humanwave.nl> | 2025-07-03 15:59:09 +0200 |
commit | 0ee70366323f93f232c41008f0c425912418fd48 (patch) | |
tree | a516cee97ab538c2d299c7c1e489dc4e1c0720d9 | |
parent | 3050d4ea3b63dc00cee794b96e2dea38c73fe545 (diff) |
emacs: Don’t disable final newline for Humanwave
-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 56e8476..7abe342 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -187,7 +187,7 @@ buffer suppressed." (read-extended-command-predicate #'command-completion-default-include-p) (remote-file-name-inhibit-auto-save t) (remote-file-name-inhibit-delete-by-moving-to-trash t) - (require-final-newline nil) + (require-final-newline mm-humanwave-p) (save-interprogram-paste-before-kill t) (user-full-name "Thomas Voss") (user-mail-address "mail@thomasvoss.com") |