Add custom-buffer-done-kill and remove next-error-recenter
This commit is contained in:
6
init.el
6
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'
|
||||
|
||||
Reference in New Issue
Block a user