1
0
Fork 0

Remove jsx-mode from emacs

This commit is contained in:
Jeremy Kaplan 2016-10-18 23:54:02 -04:00
commit b2f4a3e94f

View file

@ -14,7 +14,6 @@
go-mode go-mode
goto-chg goto-chg
haskell-mode haskell-mode
jsx-mode
js2-mode js2-mode
markdown-mode markdown-mode
php-mode php-mode
@ -259,7 +258,6 @@ they line up with the line containing the corresponding opening bracket."
(load-theme 'jdkaplan t) (load-theme 'jdkaplan t)
;; (load-theme 'jdkaplan-light t) ;; (load-theme 'jdkaplan-light t)
(require 'jsx-mode)
(require 'js2-mode) (require 'js2-mode)
(add-to-list 'auto-mode-alist '("/tmp/mutt.*" . mail-mode)) (add-to-list 'auto-mode-alist '("/tmp/mutt.*" . mail-mode))