lang/javascript: highlight-indent-guides-mode => highlight-indentation-mode
This commit is contained in:
parent
84acc2df09
commit
115b126a25
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
js2-mode-show-parse-errors nil)
|
js2-mode-show-parse-errors nil)
|
||||||
|
|
||||||
(add-hook! 'js2-mode-hook
|
(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
|
;; Conform switch-case indentation to editorconfig's config
|
||||||
(add-hook! 'js2-mode-hook (setq js-switch-indent-offset js-indent-level))
|
(add-hook! 'js2-mode-hook (setq js-switch-indent-offset js-indent-level))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue