Fix outdated descriptions
This commit is contained in:
parent
05fd4916c8
commit
01a6e9852e
1 changed files with 4 additions and 2 deletions
|
@ -544,7 +544,7 @@ Computing Environment".
|
||||||
|
|
||||||
* Url browsing
|
* Url browsing
|
||||||
|
|
||||||
Use Conkeror to open URLs.
|
Use Firefox to open URLs.
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(eval-when-compile (require 'browse-url))
|
(eval-when-compile (require 'browse-url))
|
||||||
|
@ -555,7 +555,9 @@ Computing Environment".
|
||||||
|
|
||||||
* Minibuffer
|
* 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
|
#+BEGIN_SRC emacs-lisp
|
||||||
(add-hook 'minibuffer-setup-hook 'electric-pair-local-mode)
|
(add-hook 'minibuffer-setup-hook 'electric-pair-local-mode)
|
||||||
|
|
Loading…
Reference in a new issue