From ea9c6f8fd45af7e8f9146cdf35bee5aca2720829 Mon Sep 17 00:00:00 2001 From: 10sr Date: Thu, 15 Dec 2011 13:28:29 +0900 Subject: [PATCH] do not show dired buffer in bs-show --- .emacs.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.emacs.el b/.emacs.el index 1d90ebd..0a7cdd7 100644 --- a/.emacs.el +++ b/.emacs.el @@ -809,8 +809,8 @@ return nil if LIB unfound and downloading failed, otherwise the path of LIB." (add-hook 'find-file-hook 'my-frame-buffer-add) -(add-hook 'dired-mode-hook - 'my-frame-buffer-add) +;; (add-hook 'dired-mode-hook +;; 'my-frame-buffer-add) (add-hook 'kill-buffer-hook 'my-frame-buffer-remove) (add-hook 'delete-frame-functions