From 01a6e9852ed67e32321d46f3d9f4606f90b1ce47 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 2 Apr 2017 20:41:40 -0700 Subject: Fix outdated descriptions --- emacs/.emacs.d/init.org | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'emacs/.emacs.d') 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) -- cgit v1.2.3-54-g00ecf