Browse Source

Properly disable ido-cr+ for buffer reading

For some reason, blacklisting "read-buffer" was insufficient. Now we
also blacklist internal-complete-buffer.

Fixes #168.
Ryan C. Thompson 5 years ago
parent
commit
49c6c3e6fd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      ido-completing-read+.el

+ 1 - 0
ido-completing-read+.el

@@ -281,6 +281,7 @@ disable fallback based on collection size, set this to nil."
 (defcustom ido-cr+-function-blacklist
   '(read-file-name-internal
     read-buffer
+    internal-complete-buffer
     ;; https://github.com/DarwinAwardWinner/ido-completing-read-plus/issues/60
     todo-add-category
     ;; Gnus already supports ido on its own