|
@@ -178,15 +178,15 @@ disable fallback based on collection size, set this to nil."
|
|
(defcustom ido-cr+-function-blacklist
|
|
(defcustom ido-cr+-function-blacklist
|
|
'(read-file-name-internal
|
|
'(read-file-name-internal
|
|
read-buffer
|
|
read-buffer
|
|
|
|
+ ;; https://github.com/DarwinAwardWinner/ido-ubiquitous/issues/60
|
|
todo-add-category
|
|
todo-add-category
|
|
gnus-emacs-completing-read
|
|
gnus-emacs-completing-read
|
|
gnus-iswitchb-completing-read
|
|
gnus-iswitchb-completing-read
|
|
grep-read-files
|
|
grep-read-files
|
|
magit-builtin-completing-read
|
|
magit-builtin-completing-read
|
|
- ;; TODO: Revisit this
|
|
|
|
- isearchp-read-unicode-char
|
|
|
|
- ;; TODO: Revisit this
|
|
|
|
|
|
+ ;; https://github.com/DarwinAwardWinner/ido-ubiquitous/issues/39
|
|
Info-read-node-name
|
|
Info-read-node-name
|
|
|
|
+ ;; https://github.com/DarwinAwardWinner/ido-ubiquitous/issues/44
|
|
tmm-prompt)
|
|
tmm-prompt)
|
|
"Functions & commands for which ido-cr+ should be disabled.
|
|
"Functions & commands for which ido-cr+ should be disabled.
|
|
|
|
|