Fix issues with json-mode caused by changes to js-mode

This commit is contained in:
2017-08-03 14:48:34 +01:00
parent c0bbfeb5f5
commit cb901d11ad

View File

@@ -22,6 +22,9 @@
(setq tab-width width)
(highlight-indentation-set-offset width))
(setq flycheck-checker 'json-jsonlint)
(eslintd-fix-mode -1)
(omnifmt-mode)
(company-mode +1)
(subword-mode +1)