Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
而不是M-x zone-when-idle <RET> 30我希望这是默认设置。我可以在我的 .emacs 中添加什么来实现这一点?我试过:
M-x zone-when-idle <RET> 30
(zone-when-idle 30)
它不起作用。
(require 'zone) (zone-when-idle 30)
在 Emacs 24 上工作。如果你看一下zone-when-idle代码,它只会启用一个计时器。
zone-when-idle