aboutsummaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-03-04 23:39:37 -0800
committerGravatar Tom Willemse2019-03-04 23:39:37 -0800
commita4e8c252c7478f21ab66a841e1e689c1b95b481a (patch)
tree5beba8299eed0111bdcc4aaae9b4e69da07d0a79 /emacs
parent489aa4e261f567bfc7e337a8edff9acfc8bbc998 (diff)
downloadnew-dotfiles-a4e8c252c7478f21ab66a841e1e689c1b95b481a.tar.gz
new-dotfiles-a4e8c252c7478f21ab66a841e1e689c1b95b481a.zip
Move IELM settings to emacs-config
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 e425a29..7d2ca86 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -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))