我想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
为零,或者根本不设置,但它仍然出现。我怎样才能关闭它?