aboutsummaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-03-03 10:47:19 -0800
committerGravatar Tom Willemse2019-03-03 10:47:19 -0800
commit16c26f06d7448622f312147ac9bb4f7ae544e315 (patch)
tree10aee0106da18912dc958d1f9bd2f7d2f57a81bc /emacs
parent241da038e3b18a6dc551eec9b2897e41deba4472 (diff)
downloadnew-dotfiles-16c26f06d7448622f312147ac9bb4f7ae544e315.tar.gz
new-dotfiles-16c26f06d7448622f312147ac9bb4f7ae544e315.zip
Move RJSX configuration to emacs-configuration
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init.el1
1 files changed, 0 insertions, 1 deletions
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))