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