lang/javascript: js2-idle-timer-delay = 0.1
Makes syntax highlighting update a little faster.
This commit is contained in:
parent
b2b87aacba
commit
c67c503392
1 changed files with 2 additions and 1 deletions
|
@ -48,7 +48,8 @@
|
||||||
js2-strict-missing-semi-warning nil
|
js2-strict-missing-semi-warning nil
|
||||||
;; maximum fontification
|
;; maximum fontification
|
||||||
js2-highlight-level 3
|
js2-highlight-level 3
|
||||||
js2-highlight-external-variables t)
|
js2-highlight-external-variables t
|
||||||
|
js2-idle-timer-delay 0.1)
|
||||||
|
|
||||||
(add-hook 'js2-mode-hook #'rainbow-delimiters-mode)
|
(add-hook 'js2-mode-hook #'rainbow-delimiters-mode)
|
||||||
;; Indent switch-case another step
|
;; Indent switch-case another step
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue