From e9fcc8b1f2580e49b573e8266471ce04c486f670 Mon Sep 17 00:00:00 2001 From: Tobias Ostner Date: Thu, 7 Sep 2023 12:56:53 +0200 Subject: [PATCH] Don't add new lines when scrolling beyond end of file --- .emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 62fcf2c..f408c92 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -216,7 +216,7 @@ delete-by-moving-to-trash t isearch-allow-motion t locale-coding-system 'utf-8 - next-line-add-newlines t + next-line-add-newlines nil sentence-end-double-space nil tab-bar-new-tab-choice "*scratch*" tab-bar-show nil