Move IELM settings to emacs-config

This commit is contained in:
Tom Willemse 2019-03-04 23:39:37 -08:00
parent 489aa4e261
commit a4e8c252c7

View file

@ -61,7 +61,6 @@
;; (propertize (concat " " (char-to-string #xf233))
;; 'face '(:family "Font Awesome" :height 0.75))))
(add-hook 'ielm-mode-hook 'paredit-mode)
(add-hook 'prog-mode-hook 'goto-address-prog-mode)
(add-to-list 'auto-mode-alist '("\\.targets\\'" . nxml-mode))