mirror of
https://github.com/abo-abo/avy.git
synced 2025-10-13 13:33:03 +00:00
avy.el (avy-action-goto): Add raise-frame
This commit is contained in:
parent
c911850a45
commit
b8d7163915
5
avy.el
5
avy.el
@ -506,7 +506,10 @@ Set `avy-style' according to COMMMAND as well."
|
|||||||
|
|
||||||
(defun avy-action-goto (pt)
|
(defun avy-action-goto (pt)
|
||||||
"Goto PT."
|
"Goto PT."
|
||||||
(goto-char pt))
|
(let ((frame (window-frame (selected-window))))
|
||||||
|
(select-frame-set-input-focus frame)
|
||||||
|
(raise-frame frame)
|
||||||
|
(goto-char pt)))
|
||||||
|
|
||||||
(defun avy-action-mark (pt)
|
(defun avy-action-mark (pt)
|
||||||
"Mark sexp at PT."
|
"Mark sexp at PT."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user