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-ask-about-save nil
|
||||||
compilation-scroll-output 'first-error)
|
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
|
;;; Misc
|
||||||
|
|
||||||
|
(setq custom-buffer-done-kill t)
|
||||||
|
|
||||||
(setq whitespace-line-column nil) ; Use the value of `fill-column'.
|
(setq whitespace-line-column nil) ; Use the value of `fill-column'.
|
||||||
|
|
||||||
;; Can be activated with `display-line-numbers-mode'
|
;; Can be activated with `display-line-numbers-mode'
|
||||||
|
|||||||
Reference in New Issue
Block a user