Fix enabling paredit in ielm
This commit is contained in:
parent
bbf41d0c32
commit
96d45ce3b8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue