From 0606abc7261e635a6f73ccced18957d092d27a9b Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Fri, 13 Jun 2025 14:35:55 -0400 Subject: [PATCH] Add custom-buffer-done-kill and remove next-error-recenter --- init.el | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/init.el b/init.el index 51336a4..94f397e 100644 --- a/init.el +++ b/init.el @@ -98,12 +98,10 @@ compilation-ask-about-save nil compilation-scroll-output 'first-error) -;; Recenter to the middle of the window for `compile-goto-error', which is also -;; used by `wgrep' and `embark-export'. -(setq next-error-recenter '(4)) - ;;; Misc +(setq custom-buffer-done-kill t) + (setq whitespace-line-column nil) ; Use the value of `fill-column'. ;; Can be activated with `display-line-numbers-mode'