.emacs-my
changeset 1154 676a36b10cd3
parent 1153 516ab8f13ece
child 1155 a4a30b11e1ca
--- a/.emacs-my	Mon Jul 28 15:26:58 2014 +0300
+++ b/.emacs-my	Tue Jul 29 00:25:00 2014 +0300
@@ -33,7 +33,8 @@
 (setq recentf-show-file-shortcuts-flag nil)
 
 ;; (setq recentf-menu-filter 'recentf-arrange-by-dir) ; Too slow with dir widgets.
-(setq recentf-menu-filter 'recentf-sort-basenames-ascending)
+;; Don't sort ``recentf-list`` so ``recentf-open-files`` show files in historical order!
+(setq recentf-menu-filter nil)
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 (message "revert buffer")