diff options
-rw-r--r-- | init.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/init.el b/init.el index 9a61502..1376ecb 100644 --- a/init.el +++ b/init.el | |||
@@ -1252,7 +1252,8 @@ See also `crux-reopen-as-root-mode'." | |||
1252 | (:require vlf-setup)) | 1252 | (:require vlf-setup)) |
1253 | 1253 | ||
1254 | (setup (:straight whitespace-cleanup-mode) | 1254 | (setup (:straight whitespace-cleanup-mode) |
1255 | (:option whitespace-cleanup-mode-preserve-point t) | 1255 | (:option whitespace-cleanup-mode-preserve-point t |
1256 | whitespace-cleanup-mode-only-if-initially-clean nil) | ||
1256 | (global-whitespace-cleanup-mode +1)) | 1257 | (global-whitespace-cleanup-mode +1)) |
1257 | 1258 | ||
1258 | (setup (:straight zoom-frm)) | 1259 | (setup (:straight zoom-frm)) |