Tweak the pop at point position
This commit is contained in:
parent
1733e35085
commit
f7b4806694
@ -183,7 +183,7 @@ Position is calculated base on WIDTH and HEIGHT of chilframe text window"
|
||||
(- (frame-outer-width (selected-frame)) width))
|
||||
50)
|
||||
(if (< (- (frame-outer-height (selected-frame)) height) (cdr point-pos))
|
||||
(- (cdr point-pos) height)
|
||||
(- (cdr point-pos) height 60)
|
||||
(- (cdr point-pos) 20)))))
|
||||
|
||||
(defun eldoc-box--get-frame (buffer)
|
||||
|
Loading…
Reference in New Issue
Block a user