Add custom-buffer-done-kill and remove next-error-recenter

This commit is contained in:
James Cherti
2025-06-13 14:35:55 -04:00
parent af92a8be9f
commit 0606abc726

View File

@@ -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'