Browse Source

Enable jsx mode for jsx files

master
Brett Langdon 9 years ago
parent
commit
386d770a67
No known key found for this signature in database GPG Key ID: A2ECAB73CE12147F
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      spacemacs

+ 2
- 0
spacemacs View File

@ -342,6 +342,8 @@ you should place your code here."
(define-key evil-emacs-state-map (kbd "C-c p s s") 'helm-do-ag-project-root)
)
(add-to-list 'auto-mode-alist '("\\.jsx\\'" . js2-jsx-mode))
(add-hook 'go-mode-hook
(lambda()
(setq company-tooltip-limit 20)


Loading…
Cancel
Save