core-ui: fix whitespace voodoo for highlight-indentation-current-column-mode
This commit is contained in:
parent
9f4150541a
commit
bce475df4a
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ file."
|
||||||
nil)
|
nil)
|
||||||
|
|
||||||
(add-hook! (highlight-indentation-mode highlight-indentation-current-column-mode)
|
(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
|
(progn
|
||||||
(doom|inject-trailing-whitespace)
|
(doom|inject-trailing-whitespace)
|
||||||
(add-hook 'before-save-hook #'delete-trailing-whitespace nil t)
|
(add-hook 'before-save-hook #'delete-trailing-whitespace nil t)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue