浏览代码

Increase ido-ubiquitous-max-items to 30000

Fixes #43 for me, but this may need to be bumped further.
Ryan C. Thompson 11 年之前
父节点
当前提交
49b846f7aa
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ido-ubiquitous.el

+ 1 - 1
ido-ubiquitous.el

@@ -182,7 +182,7 @@ be updated until you restart Emacs.")
           (or ido-ubiquitous-fallback-completing-read-function
           (or ido-ubiquitous-fallback-completing-read-function
               'completing-read-default))))
               'completing-read-default))))
 
 
-(defcustom ido-ubiquitous-max-items 5000
+(defcustom ido-ubiquitous-max-items 30000
   "Max collection size to use ido-ubiquitous on.
   "Max collection size to use ido-ubiquitous on.
 
 
 If `ido-ubiquitous-mode' is active and `completing-read' is
 If `ido-ubiquitous-mode' is active and `completing-read' is