mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
feature/lookup: make lookup commands add to jump list
This commit is contained in:
@ -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))
|
||||
|
Reference in New Issue
Block a user