summaryrefslogtreecommitdiff
path: root/.config/emacs/init.el
diff options
context:
space:
mode:
authorThomas Voss <thomas.voss@humanwave.nl> 2025-07-03 15:59:09 +0200
committerThomas Voss <thomas.voss@humanwave.nl> 2025-07-03 15:59:09 +0200
commit0ee70366323f93f232c41008f0c425912418fd48 (patch)
treea516cee97ab538c2d299c7c1e489dc4e1c0720d9 /.config/emacs/init.el
parent3050d4ea3b63dc00cee794b96e2dea38c73fe545 (diff)
emacs: Don’t disable final newline for Humanwave
Diffstat (limited to '.config/emacs/init.el')
-rw-r--r--.config/emacs/init.el2
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")