feature/lookup: make lookup commands add to jump list

This commit is contained in:
Henrik Lissner 2018-03-27 20:11:23 -04:00
parent e5b50e4f43
commit 412bf56f45
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -236,3 +236,9 @@ for the provider."
(let ((current-prefix-arg t)) (let ((current-prefix-arg t))
(call-interactively #'+lookup/online))) (call-interactively #'+lookup/online)))
;;
(after! evil
(evil-set-command-property '+lookup/definition :jump t)
(evil-set-command-property '+lookup/references :jump t)
(evil-set-command-property '+lookup/documentation :jump t))