From 689b13c7b4eb96bc73541d6449c82a2ff63702b5 Mon Sep 17 00:00:00 2001 From: Tobias Ostner Date: Mon, 2 Jan 2023 13:21:43 +0100 Subject: [PATCH] Fix init.el --- .emacs.d/modules/tobmacs-editor.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.emacs.d/modules/tobmacs-editor.el b/.emacs.d/modules/tobmacs-editor.el index 13a634b..e573c27 100644 --- a/.emacs.d/modules/tobmacs-editor.el +++ b/.emacs.d/modules/tobmacs-editor.el @@ -14,8 +14,7 @@ delete-by-moving-to-trash t tab-bar-show nil tab-bar-new-tab-choice "*scratch*" - next-line-add-newlines)) - + next-line-add-newlines t)) (use-package ef-themes)