Minor general refactor
This commit is contained in:
parent
e44f5d0457
commit
8f00b3d07a
3 changed files with 8 additions and 5 deletions
|
@ -11,7 +11,7 @@
|
|||
(add-hook! 'js2-mode-hook
|
||||
#'(flycheck-mode highlight-indentation-mode rainbow-delimiters-mode))
|
||||
|
||||
(set! :repl 'js2-mode '+javascript/repl)
|
||||
(set! :repl 'js2-mode #'+javascript/repl)
|
||||
(set! :electric 'js2-mode :chars '(?\} ?\) ?.))
|
||||
(set! :jump 'js2-mode :xref-backend #'xref-js2-xref-backend)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue