Explorar el Código

do not show dired buffer in bs-show

pull/1/head
10sr hace 12 años
padre
commit
ea9c6f8fd4
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      .emacs.el

+ 2
- 2
.emacs.el Ver fichero

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


Cargando…
Cancelar
Guardar