bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#4491: [PATCH] Emacs CVS lisp/ido.el: (ido-everywhere): Add autoload


From: Stefan Monnier
Subject: bug#4491: [PATCH] Emacs CVS lisp/ido.el: (ido-everywhere): Add autoload stanza
Date: Sun, 20 Sep 2009 14:20:28 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

> This is where I use it:

>   (autoload 'ido-everywhere "ido")
>   (ido-everywhere 1)
>   (ido-mode 1)

Actually ido-everywhere is called by ido-mode.  So

   (setq ido-everywhere t)
   (ido-mode 1)

will work just fine.  You only need to call ido-everywhere if you change
the variable after enabling ido-mode.


        Stefan





reply via email to

[Prev in Thread] Current Thread [Next in Thread]