Browse Source

do not show dired buffer in bs-show

pull/1/head
10sr 12 years ago
parent
commit
ea9c6f8fd4
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .emacs.el

+ 2
- 2
.emacs.el View File

@@ -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


Loading…
Cancel
Save