Fix outdated descriptions

This commit is contained in:
Tom Willemse 2017-04-02 20:41:40 -07:00
parent 05fd4916c8
commit 01a6e9852e

View file

@ -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)