aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/init.org')
-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 e34aeb5..4bac09a 100644
--- a/emacs/.emacs.d/init.org
+++ b/emacs/.emacs.d/init.org
@@ -498,7 +498,7 @@ To start off, first I need to enable lexical binding.
Enable paredit mode in the minibuffer.
#+BEGIN_SRC emacs-lisp
- (add-hook 'minibuffer-setup-hook 'paredit-mode)
+ (add-hook 'minibuffer-setup-hook 'electric-pair-local-mode)
#+END_SRC
* Minor modes