diff -r a2ce26837465 -r a2f8f3f1f0ef .emacs-my --- a/.emacs-my Wed Feb 10 15:29:09 2016 +0200 +++ b/.emacs-my Wed Feb 10 19:51:06 2016 +0200 @@ -28,16 +28,16 @@ '("/devel/[^/]*-\\(orig\\|tmp\\|xxx\\)" "/devel/my-\\(merge\\|pull\\)/" "\\.png\\'")) + (setq recentf-max-saved-items 10000) +(setq recentf-max-menu-items 40) +(setq recentf-show-file-shortcuts-flag nil) (recentf-mode t) (global-set-key (kbd "\e\eq") 'recentf-open-files) (global-set-key [?\s-q] 'recentf-open-files) -(setq recentf-max-menu-items 40) -(setq recentf-show-file-shortcuts-flag nil) - ;; (setq recentf-menu-filter 'recentf-arrange-by-dir) ; Too slow with dir widgets. ;; Don't sort ``recentf-list`` so ``recentf-open-files`` show files in historical order! (setq recentf-menu-filter nil)