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

View File

@ -236,3 +236,9 @@ for the provider."
(let ((current-prefix-arg t))
(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))