summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2022-01-04 00:40:50 -0600
committerCase Duckworth2022-01-04 00:40:50 -0600
commit58976a25718a91bec85769d8dddefc25530b130b (patch)
tree1e2c15a6513953a498f7d116939574b477fc9b9c /init.el
parentBind transpose-frame commands (diff)
downloademacs-58976a25718a91bec85769d8dddefc25530b130b.tar.gz
emacs-58976a25718a91bec85769d8dddefc25530b130b.zip
Clean up whitespace regardless
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
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))