* eldoc-box.el (eldoc-box--display): Disable header-line.

This commit is contained in:
jaaasonSun 2023-02-04 12:38:23 +08:00 committed by Yuan Fu
parent 5c067f5c19
commit 8ce339094f
No known key found for this signature in database
GPG Key ID: 56E19BC57664A442

View File

@ -219,6 +219,7 @@ STR has to be a proper documentation, not empty string, not nil, etc."
(let ((doc-buffer (get-buffer-create eldoc-box--buffer)))
(with-current-buffer doc-buffer
(setq mode-line-format nil)
(setq header-line-format nil)
(when (bound-and-true-p global-tab-line-mode)
(setq tab-line-format nil))
;; without this, clicking childframe will make doc buffer the current buffer