Make sure point is at top when displaying childframe
This commit is contained in:
parent
4dc269bc1e
commit
ec9a4003de
@ -175,7 +175,8 @@ You can use C-g to hide the doc."
|
||||
;; and `eldoc-box--maybe-cleanup' in `eldoc-box--cleanup-timer' will clear the childframe
|
||||
(setq eldoc-box-hover-mode t)
|
||||
(erase-buffer)
|
||||
(insert str))
|
||||
(insert str)
|
||||
(goto-char (point-min)))
|
||||
(eldoc-box--get-frame doc-buffer))))
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user