2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

ファイルを自動保存する

2
Posted at

elispファイルをインストールします。

M-x install-elisp http://homepage3.nifty.com/oatu/emacs/archives/auto-save-buffers.el

下記を設定ファイルに追加します。

.emacs.d/init.el
;;; auto-save-buffers
(require 'auto-save-buffers)
(run-with-idle-timer 2 t 'auto-save-buffers)

アイドル2秒後に自動で保存されます。

参考文献

「Emacsテクニックバイブル」P94

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?