mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 13:13:03 +00:00
a more proper popup position under Linux
This commit is contained in:
parent
3950440f12
commit
95578c22d0
@ -574,7 +574,7 @@ If POINT is not given, default is to current point."
|
||||
(x-y (posn-x-y pn))
|
||||
(x (car x-y))
|
||||
(y (cdr x-y))
|
||||
(coord (list (list (+ x 80) (+ y 20)) (selected-window))))
|
||||
(coord (list (list (+ x 10) (+ y 20)) (selected-window))))
|
||||
coord))
|
||||
|
||||
(defun yas/popup-for-template (templates)
|
||||
|
Loading…
x
Reference in New Issue
Block a user