From 96d45ce3b810863e5008d6c31fcb61bc3ebab01d Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 19 Sep 2016 12:53:39 +0200 Subject: Fix enabling paredit in ielm --- emacs/.emacs.d/init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs/.emacs.d/init.org') 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 -- cgit v1.2.3-54-g00ecf