9.3. recentf

開いたファイルの履歴を保存

複数端末でHistファイルの .recentfファイルを共有している場合、auto-cleanupnever にしておかないと大変なことになる。

;; recentf
(leaf recentf
  :custom `((recentf-auto-cleanup . 'never)
			(recentf-exclude
			 . '("\\.howm-keys" "Dropbox/backup" ".emacs.d/tmp/" ".emacs.d/elpa/" "/scp:"))))