aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-09-19 12:53:39 +0200
committerGravatar Tom Willemse2016-09-19 12:53:39 +0200
commit96d45ce3b810863e5008d6c31fcb61bc3ebab01d (patch)
tree07ab90672f5b2bb9ac0af61b5b7b1252dc24689b /emacs/.emacs.d
parentbbf41d0c32ed9d96186436c6bca406072b50b998 (diff)
downloadnew-dotfiles-96d45ce3b810863e5008d6c31fcb61bc3ebab01d.tar.gz
new-dotfiles-96d45ce3b810863e5008d6c31fcb61bc3ebab01d.zip
Fix enabling paredit in ielm
Diffstat (limited to 'emacs/.emacs.d')
-rw-r--r--emacs/.emacs.d/init.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index d6ecf8b..c775287 100644
--- a/emacs/.emacs.d/init.org
+++ b/emacs/.emacs.d/init.org
@@ -569,7 +569,7 @@ To start off, first I need to enable lexical binding.
Enable paredit mode.
#+BEGIN_SRC emacs-lisp
- (add-hook 'inferior-emacs-lisp-mode-hook 'paredit-mode)
+ (add-hook 'ielm-mode-hook 'paredit-mode)
#+END_SRC
** Mbsync configuration mode