From 154eb950f9f24133dbf8bb17caa33aca78b82760 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sat, 8 Oct 2016 23:02:55 +0200 Subject: Use electric pair instead of paredit in minibuffer Paredit mode is too aggressive with it’s keybindings, I did not realize that this would also be used by ivy and the like. Using paredit in ivy overwrites some important keybindings such as C-j. --- emacs/.emacs.d/init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf