From 16c26f06d7448622f312147ac9bb4f7ae544e315 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 3 Mar 2019 10:47:19 -0800 Subject: Move RJSX configuration to emacs-configuration --- emacs/.emacs.d/init.el | 1 - 1 file changed, 1 deletion(-) (limited to 'emacs') diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index 636bcc1..b42fde4 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -143,7 +143,6 @@ (add-hook 'ielm-mode-hook 'paredit-mode) (add-hook 'prog-mode-hook 'goto-address-prog-mode) -(add-to-list 'auto-mode-alist '("\\.jsx\\'" . rjsx-mode)) (add-to-list 'auto-mode-alist '("\\.targets\\'" . nxml-mode)) (add-to-list 'auto-mode-alist '("\\.proj\\'" . nxml-mode)) -- cgit v1.2.3-54-g00ecf