General refactor & cleanup

This commit is contained in:
Henrik Lissner 2018-02-14 07:42:22 -05:00
parent bac73ec938
commit 6c4e048c23
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
9 changed files with 26 additions and 21 deletions

View file

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