lang/javascript: highlight-indent-guides-mode => highlight-indentation-mode

This commit is contained in:
Henrik Lissner 2017-03-25 04:03:28 -04:00
parent 84acc2df09
commit 115b126a25

View file

@ -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))