Remove mode-line in *Messages*
This commit is contained in:
parent
6711ca09fb
commit
93c88f5626
1 changed files with 3 additions and 1 deletions
|
@ -215,7 +215,9 @@
|
|||
(defun narf/popup-messages ()
|
||||
(interactive)
|
||||
(narf/popup-buffer "*Messages*")
|
||||
(goto-char (point-max))))
|
||||
(with-current-buffer "*Messages*"
|
||||
(setq mode-line-format nil)
|
||||
(goto-char (point-max)))))
|
||||
|
||||
;; (use-package popwin
|
||||
;; :disabled t
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue