【发布时间】:2013-11-13 08:47:41
【问题描述】:
我想使用helm 代替display-completion-list。
唯一的问题是它在顶部显示了这一行,这是我不想要的:
C-z: I don't want this line here (keeping session)。
下面是说明代码:
(helm :sources `((name . "Do you have?")
(candidates . ("Red Leicester"
"Tilsit"
"Caerphilly"
"Bel Paese"
"Red Windsor"
"Stilton"))
(action . identity)
(persistent-help . "I don't want this line here"))
:buffer "*cheese shop*")
我尝试将persistent-help 设置为零,或者根本不设置它,但它
仍然出现。如何关闭它?
【问题讨论】:
标签: emacs elisp emacs-helm