mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
core-ui: fix whitespace voodoo for highlight-indentation-current-column-mode
This commit is contained in:
@ -164,7 +164,7 @@ file."
|
||||
nil)
|
||||
|
||||
(add-hook! (highlight-indentation-mode highlight-indentation-current-column-mode)
|
||||
(if highlight-indentation-mode
|
||||
(if (or highlight-indentation-mode highlight-indentation-current-column-mode)
|
||||
(progn
|
||||
(doom|inject-trailing-whitespace)
|
||||
(add-hook 'before-save-hook #'delete-trailing-whitespace nil t)
|
||||
|
Reference in New Issue
Block a user