From a406f95cb3e08918315b4bba8ae11efc1d807aac Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Fri, 30 Nov 2012 13:25:11 +0900 Subject: [PATCH] change sort type of bs-show --- emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index 171d084..38cf3ce 100644 --- a/emacs.el +++ b/emacs.el @@ -1112,7 +1112,7 @@ delete; o: select other; j, l: enlarge; h, k: shrink; q: quit." ;; (global-set-key "\C-x\C-b" 'bs-show) (defalias 'list-buffers 'bs-show) (setq bs-default-configuration "files") - (setq bs-default-sort-name "by name") + (setq bs-default-sort-name "by nothing") (add-hook 'bs-mode-hook (lambda () (setq bs-default-configuration "files")