Explorar el Código

change way to display frame initial buffer

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

+ 4
- 3
emacs.el Ver fichero

@@ -738,9 +738,10 @@ return nil if LIB unfound and downloading failed, otherwise the path of LIB."
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; frame buffer

(add-hook 'before-make-frame-hook
(lambda ()
(switch-to-buffer "*Messages*")))
(add-hook 'after-make-frame-functions
(lambda (frame)
(set-window-buffer (frame-selected-window frame)
"*Messages*")))

(defvar my-frame-buffer-plist nil)



Cargando…
Cancelar
Guardar