|
@@ -162,7 +162,7 @@ ido-ubiquitous in non-interactive functions, customize
|
|
|
|
|
|
If you want to disable ido in a specific function or command, do
|
|
If you want to disable ido in a specific function or command, do
|
|
not modify this variable. Instead, try `M-x customize-group
|
|
not modify this variable. Instead, try `M-x customize-group
|
|
-ido-ubiquitous..")
|
|
|
|
|
|
+ido-ubiquitous.")
|
|
|
|
|
|
(dolist (func ido-ubiquitous-permanent-function-exceptions)
|
|
(dolist (func ido-ubiquitous-permanent-function-exceptions)
|
|
(eval `(ido-ubiquitous-disable-in ,func)))
|
|
(eval `(ido-ubiquitous-disable-in ,func)))
|