mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Don't auto-enable highlight-indentation-mode
This commit is contained in:
@ -118,9 +118,6 @@
|
|||||||
:commands (highlight-indentation-mode
|
:commands (highlight-indentation-mode
|
||||||
highlight-indentation-current-column-mode)
|
highlight-indentation-current-column-mode)
|
||||||
:init
|
:init
|
||||||
(add-hook! (nxml-mode yaml-mode json-mode scss-mode
|
|
||||||
c-mode-common ruby-mode python-mode lua-mode)
|
|
||||||
'highlight-indentation-mode)
|
|
||||||
(after! editorconfig
|
(after! editorconfig
|
||||||
(advice-add 'highlight-indentation-guess-offset
|
(advice-add 'highlight-indentation-guess-offset
|
||||||
:override 'doom*hl-indent-guess-offset))
|
:override 'doom*hl-indent-guess-offset))
|
||||||
|
Reference in New Issue
Block a user