From b2f4a3e94f5e0e63265df0ea99fd1549c0dc0241 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Tue, 18 Oct 2016 23:54:02 -0400 Subject: [PATCH] Remove jsx-mode from emacs --- emacs/init.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/emacs/init.el b/emacs/init.el index b13756f..cb593c0 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -14,7 +14,6 @@ go-mode goto-chg haskell-mode - jsx-mode js2-mode markdown-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-light t) -(require 'jsx-mode) (require 'js2-mode) (add-to-list 'auto-mode-alist '("/tmp/mutt.*" . mail-mode))