Add imalison prefix to use-ido variable
This commit is contained in:
parent
57dfe8805e
commit
cc12346236
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user