Merge branch 'disable-header-line'

This commit is contained in:
Yuan Fu 2023-04-26 23:45:38 -07:00
commit 41ddcccd59
No known key found for this signature in database
GPG Key ID: 56E19BC57664A442

View File

@ -287,6 +287,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)
;; WORKAROUND: (issue#66) If cursor-type is box, sometimes the
;; cursor is still shown for some reason.
(setq-local cursor-type t)