aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--emacs/.emacs.d/init.org8
1 files changed, 8 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index 2d89f94..fa84a9b 100644
--- a/emacs/.emacs.d/init.org
+++ b/emacs/.emacs.d/init.org
@@ -493,6 +493,14 @@ To start off, first I need to enable lexical binding.
(setq browse-url-browser-function 'browse-url-conkeror))
#+END_SRC
+* Minibuffer
+
+ Enable paredit mode in the minibuffer.
+
+ #+BEGIN_SRC emacs-lisp
+ (add-hook 'minibuffer-setup-hook 'paredit-mode)
+ #+END_SRC
+
* Minor modes
** Paredit