diff --git a/modules/tools/lookup/autoload/lookup.el b/modules/tools/lookup/autoload/lookup.el index 7b012e256..044c00160 100644 --- a/modules/tools/lookup/autoload/lookup.el +++ b/modules/tools/lookup/autoload/lookup.el @@ -324,7 +324,7 @@ Otherwise, falls back on `find-file-at-point'." current-prefix-arg)) (message "Looking up synonyms for %S" identifier) (cond ((and +lookup-dictionary-prefer-offline - (require 'synosaurus nil t)) + (require 'synosaurus-wordnet nil t)) (unless (executable-find synosaurus-wordnet--command) (user-error "Couldn't find %S installed on your system" synosaurus-wordnet--command))