mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/javascript: highlight-indent-guides-mode => highlight-indentation-mode
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
js2-mode-show-parse-errors nil)
|
||||
|
||||
(add-hook! 'js2-mode-hook
|
||||
'(flycheck-mode highlight-indent-guides-mode rainbow-delimiters-mode))
|
||||
'(flycheck-mode highlight-indentation-mode rainbow-delimiters-mode))
|
||||
|
||||
;; Conform switch-case indentation to editorconfig's config
|
||||
(add-hook! 'js2-mode-hook (setq js-switch-indent-offset js-indent-level))
|
||||
|
Reference in New Issue
Block a user