LoginSignup
1
2

More than 5 years have passed since last update.

Emacsでファイルを開いてもrecentfに即時反映されない時

Last updated at Posted at 2014-07-10

概要

Emacsでファイルをオープンしても~/.recentfに追加されず,recentfの機能が使えない時の対処法.

解決策

.emacs, ~/.emacs.d/init.elに下記を記述する.

 (recentf-mode 1) 
1
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
1
2