.emacs-my
changeset 1153 516ab8f13ece
parent 1150 dad3fb58f710
child 1155 a4a30b11e1ca
--- a/.emacs-my	Thu Jul 24 14:01:58 2014 +0300
+++ b/.emacs-my	Sat Jul 26 02:15:16 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")