Uninstall `wordnut' since one of `dictd` dictionaries is Wordnet

This commit is contained in:
Gerard Vermeulen 2022-11-06 18:10:47 +01:00
parent f481f37a24
commit edbf69785a
1 changed files with 2 additions and 2 deletions

View File

@ -3582,7 +3582,7 @@ etymology, or thesaurus back-ends (currently limited to [[https://en.wikipedia.o
(message "`lexic' fails to find the `sdcv' executable"))))
#+end_src
*** [[https://wordnet.princeton.edu/][Wordnet]]
*** [[https://wordnet.princeton.edu/][Wordnet]] :noexport:
:PROPERTIES:
:CUSTOM_ID: sec:writing-wordnet
:END:
@ -3594,7 +3594,7 @@ the [[https://github.com/gromnitsky/wordnut#readme][wordnut]] prerequisites.
#+caption[System check for =wordnut=]:
#+caption: System check for =wordnut=.
#+name: lst:check-wordnut
#+begin_src emacs-lisp
#+begin_src emacs-lisp :tangle no
(when (ensure-package-installation 'wordnut)
(with-eval-after-load 'wordnut
(if-let ((wn (executable-find "wn")))