This commit is contained in:
Ivan Malison 2015-08-13 16:50:04 -07:00
parent 513a2f9209
commit 6b05c44d89

View File

@ -1794,6 +1794,10 @@ window is active in the perspective."
(setq indent-tabs-mode nil)
(setq js-indent-level 4))))
(use-package jsx-mode
:ensure t
:mode "\\.jsx\\'")
(eval-after-load 'css-mode
'(define-key css-mode-map (kbd "C-c b") 'web-beautify-css))