General refactor & cleanup
This commit is contained in:
parent
bac73ec938
commit
6c4e048c23
9 changed files with 26 additions and 21 deletions
|
@ -20,7 +20,7 @@
|
|||
(defvaralias 'js-switch-indent-offset 'js2-basic-offset)
|
||||
|
||||
(sp-with-modes '(js2-mode rjsx-mode)
|
||||
(sp-local-pair "/* " " */" :post-handlers '(("| " "SPC"))))
|
||||
(sp-local-pair "/*" "*/" :post-handlers '(("| " "SPC"))))
|
||||
|
||||
;; If it's available globally, use eslint_d
|
||||
(setq flycheck-javascript-eslint-executable (executable-find "eslint_d"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue