Updating emacs.d files

This commit is contained in:
Henrik Lissner 2015-04-22 20:48:28 -04:00
parent ec6d152756
commit cb99d818fb
14 changed files with 242 additions and 219 deletions

View file

@ -51,9 +51,11 @@
(use-package unityjs-mode
:mode "/Assets/*.js$"
:config
(add-hook! 'unityjs-mode-hook
(enable-tab-width-2)
(setq js-indent-level 2)))
(progn
(add-hook 'unityjs-mode-hook 'flycheck-mode)
(add-hook! 'unityjs-mode-hook
(enable-tab-width-2)
(setq js-indent-level 2))))
(provide 'init-js)