Add your own custom snippets

This commit is contained in:
Maciej 2019-10-03 10:01:16 +03:00
parent bd480d3c12
commit 107a59f9b0
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
14 changed files with 80 additions and 25 deletions

View file

@ -25,7 +25,10 @@
(setq js2-mode-show-strict-warnings nil)
(tide-hl-identifier-mode +1)
(flycheck-add-next-checker 'javascript-standard 'javascript-tide 'append)
(if (string-match-p "rebelroam" (buffer-file-name))
(flycheck-add-next-checker 'javascript-standard 'javascript-tide 'append))
(setq-local flycheck-check-syntax-automatically '(save mode-enabled))
;; "Company list override."