Skip to content

Commit

Permalink
Add avy-action-goto to dispatch list (for link-hint-open-link)
Browse files Browse the repository at this point in the history
  • Loading branch information
oantolin committed Oct 23, 2021
1 parent 5ed6393 commit 5e99f92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion init.el
Expand Up @@ -643,7 +643,8 @@
"Exchange sexp at PT with the one at point."
(set-mark pt)
(transpose-sexps 0))
(add-to-list 'avy-dispatch-alist '(?e . avy-action-exchange)))
(add-to-list 'avy-dispatch-alist '(?e . avy-action-exchange))
(add-to-list 'avy-dispatch-alist '(?p . avy-action-goto)))

(use-package link-hint
:ensure t
Expand Down

0 comments on commit 5e99f92

Please sign in to comment.