aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.org
diff options
context:
space:
mode:
authorGravatar Tom Willemse2017-04-02 20:41:40 -0700
committerGravatar Tom Willemse2017-04-02 20:41:40 -0700
commit01a6e9852ed67e32321d46f3d9f4606f90b1ce47 (patch)
tree4bdea54db466c6d802fcb9c396020f38c40fc4da /emacs/.emacs.d/init.org
parent05fd4916c88a8b63cdcd1ca90ca0c610eb6aeb53 (diff)
downloadnew-dotfiles-01a6e9852ed67e32321d46f3d9f4606f90b1ce47.tar.gz
new-dotfiles-01a6e9852ed67e32321d46f3d9f4606f90b1ce47.zip
Fix outdated descriptions
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)