Clean up whitespace regardless

This commit is contained in:
Case Duckworth 2022-01-04 00:40:50 -06:00
parent 20e6b48dfb
commit 58976a2571
1 changed files with 2 additions and 1 deletions

View File

@ -1252,7 +1252,8 @@ See also `crux-reopen-as-root-mode'."
(:require vlf-setup))
(setup (:straight whitespace-cleanup-mode)
(:option whitespace-cleanup-mode-preserve-point t)
(:option whitespace-cleanup-mode-preserve-point t
whitespace-cleanup-mode-only-if-initially-clean nil)
(global-whitespace-cleanup-mode +1))
(setup (:straight zoom-frm))