Fix error and clean

This commit is contained in:
Henrik Lissner 2015-04-09 17:26:15 -04:00
parent 378b903566
commit 3f0a4e7adf
2 changed files with 5 additions and 5 deletions

View file

@ -53,7 +53,7 @@
:config :config
(add-hook! 'unityjs-mode-hook (add-hook! 'unityjs-mode-hook
(enable-tab-width-2) (enable-tab-width-2)
(setq js-indent-level 2)) (setq js-indent-level 2)))
(provide 'init-js) (provide 'init-js)