首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >改变emacs ido显示器的数量

改变emacs ido显示器的数量
EN

Stack Overflow用户
提问于 2016-03-16 14:28:23
回答 1查看 46关注 0票数 1

我认为emacs ido显示项目的编号有点少,如何更改ido显示的数量?

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2016-03-16 16:51:39

C-h v ido-max-prospects

代码语言:javascript
复制
ido-max-prospects is a variable defined in `ido.el'.
Its value is 12

Documentation:
Upper limit of the prospect list if non-zero.
Zero means no limit for the prospect list.
For a long list of prospects, building the full list for the
minibuffer can take a non-negligible amount of time; setting this
variable reduces that time.

You can customize this variable.
代码语言:javascript
复制
(setq ido-max-prospects 5) ;; show 5 or fewer candidates in ido

顺便说一句,我通过查看M-x customize-group ido中的所有变量找到了这个变量。

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/36038582

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档