From cc12346236e66a3a14060286de178da30160cfcc Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sat, 25 Jun 2016 16:43:22 -0700 Subject: [PATCH] Add imalison prefix to use-ido variable --- dotfiles/emacs.d/README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index 6e095f61..7d99dc21 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -3086,7 +3086,7 @@ This is useful with server mode when editing gmail messages. I think that it is *** ido #+BEGIN_SRC emacs-lisp (use-package ido - :if (and (boundp 'use-ido) use-ido) + :if (bound-and-true-p imalison:use-ido) :commands ido-mode :config (progn