aboutsummaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-03-06 23:20:26 -0800
committerGravatar Tom Willemse2019-03-06 23:20:26 -0800
commita3d7523e24c0efd1f4d2cd2421bdc4163f5da224 (patch)
treea45dfdc8cba012cf8a64946d3a87c1d45a716644 /emacs
parentda7f4ae6859a574556d37f67a4395b12f5dfaeae (diff)
downloadnew-dotfiles-a3d7523e24c0efd1f4d2cd2421bdc4163f5da224.tar.gz
new-dotfiles-a3d7523e24c0efd1f4d2cd2421bdc4163f5da224.zip
Move NXML configuration to emacs-config
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index e511ce4..80a03cd 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -33,9 +33,6 @@
;;;; Settings
-(add-to-list 'auto-mode-alist '("\\.targets\\'" . nxml-mode))
-(add-to-list 'auto-mode-alist '("\\.proj\\'" . nxml-mode))
-
(add-hook 'git-commit-mode-hook 'electric-quote-local-mode)
(add-hook 'html-mode-hook 'electric-pair-local-mode)