tools/lookup: fix definition (on mac) & synonym lookup
This commit is contained in:
parent
914b9b0424
commit
55f0be7074
2 changed files with 5 additions and 5 deletions
|
@ -336,7 +336,7 @@ Otherwise, falls back on `find-file-at-point'."
|
|||
(unless (featurep! +dictionary)
|
||||
(user-error "The +dictionary feature hasn't be enabled on :tools lookup module"))
|
||||
(cond (IS-MAC
|
||||
(osx-dictionary-search-input identifier))
|
||||
(osx-dictionary--view-result identifier))
|
||||
(+lookup-dictionary-enable-online
|
||||
(define-word identifier nil arg))
|
||||
;; TODO Implement offline dictionary backend
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue