瀏覽代碼

emacs.el: save recentf list when idle for 5 secs

pull/1/head
10sr 10 年之前
父節點
當前提交
626f632743
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. +1
    -2
      emacs.el

+ 1
- 2
emacs.el 查看文件

@@ -1330,8 +1330,7 @@ If called intearctively, find word at point."
t) ; save to file immediately after adding file to recentf list
(add-hook 'kill-emacs-hook
'recentf-load-list)
(add-hook 'recentf-mode-hook
'recentf-save-list)
(run-with-idle-timer 5 t 'recentf-save-list)
;; (add-hook 'find-file-hook
;; (lambda ()
;; (recentf-add-file default-directory)))


Loading…
取消
儲存