1
1

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.

emacs でフォーカス外れた時にオートセーブ

Posted at

jetbrains 使ってるとセーブがだるくなる。

Vim のファイルセーブは異常だからやめたい
の emacs 版。

(focus-autosave-mode)[https://github.com/emacsmirror/focus-autosave-mode] という名前のパッケージでできる。

Emacs 起動時にパッケージを自動でインストールする方法
を使用している場合は、以下のコードを追加するだけでおk。

(when (maybe-require-package 'focus-autosave-mode)
  (focus-autosave-mode))

※ CUI では動かなかった。

1
1
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
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?