Ver a proveniência

change way to display frame initial buffer

pull/1/head
10sr há 12 anos
ascendente
cometimento
32e24f3075
1 ficheiros alterados com 4 adições e 3 eliminações
  1. +4
    -3
      emacs.el

+ 4
- 3
emacs.el Ver ficheiro

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



Carregando…
Cancelar
Guardar