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.org6
1 files changed, 4 insertions, 2 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index 31e8344..302b0be 100644
--- a/emacs/.emacs.d/init.org
+++ b/emacs/.emacs.d/init.org
@@ -544,7 +544,7 @@ Computing Environment".
* Url browsing
- Use Conkeror to open URLs.
+ Use Firefox to open URLs.
#+BEGIN_SRC emacs-lisp
(eval-when-compile (require 'browse-url))
@@ -555,7 +555,9 @@ Computing Environment".
* Minibuffer
- Enable paredit mode in the minibuffer.
+ Enable Electric pair mode in the minibuffer. I tried Paredit for a
+ little while, but I forgot that it isn't always only lisp that I'm
+ entering in the minibuffer.
#+BEGIN_SRC emacs-lisp
(add-hook 'minibuffer-setup-hook 'electric-pair-local-mode)