Add imalison prefix to use-ido variable

This commit is contained in:
Ivan Malison 2016-06-25 16:43:22 -07:00
parent 57dfe8805e
commit cc12346236

View File

@ -3086,7 +3086,7 @@ This is useful with server mode when editing gmail messages. I think that it is
*** ido *** ido
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(use-package ido (use-package ido
:if (and (boundp 'use-ido) use-ido) :if (bound-and-true-p imalison:use-ido)
:commands ido-mode :commands ido-mode
:config :config
(progn (progn