Fix references to old dictionary/thesaurus lookup commands
And pass word explicitly to powerthesaurus.
This commit is contained in:
parent
f313c77ac7
commit
6938f8b97d
2 changed files with 10 additions and 3 deletions
|
@ -193,5 +193,5 @@ See https://github.com/magit/ghub/issues/81"
|
|||
|
||||
(when (featurep! +dictionary)
|
||||
(define-key! text-mode-map
|
||||
[remap +lookup/definition] #'+lookup/word-definition
|
||||
[remap +lookup/references] #'+lookup/word-synonyms))
|
||||
[remap +lookup/definition] #'+lookup/dictionary-definition
|
||||
[remap +lookup/references] #'+lookup/synonyms))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue