Fix: local-variable eldoc-box-position-function doesn't work
This commit is contained in:
parent
615e8bce86
commit
cf5ef5510c
@ -168,8 +168,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)
|
||||
(eldoc-box--get-frame doc-buffer))))
|
||||
(insert str))
|
||||
(eldoc-box--get-frame doc-buffer)))
|
||||
|
||||
|
||||
(defun eldoc-box--window-side ()
|
||||
|
Loading…
Reference in New Issue
Block a user