Deprecate sdvc in favor of the builtin dictionary lookup

dict.org now also includes Webster's 1913 dictionary as per
Irreal (https://irreal.org/blog/?p=10824).
This commit is contained in:
Daniel - 2023-01-14 20:41:03 +01:00
parent d699fc8450
commit 41ea9114b4
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 3 additions and 6 deletions

View File

@ -3046,6 +3046,9 @@ With given ARG, display files in `db/important-document-path."
:commands (dictcc)
:config (require 'gnutls))
(use-package dictionary
:init (setq dictionary-server "dict.org"))
(use-package edit-list
:ensure t
:commands edit-list)
@ -3137,12 +3140,6 @@ With given ARG, display files in `db/important-document-path."
shr-image-animate nil
shr-width (current-fill-column)))
;; Interactive interface to sdcv, the StarDict concole version. To use sdcv,
;; put the dictionary data under ~/.stardict/dic.
(use-package sdcv
:commands (sdcv-search-pointer
sdcv-search-input))
(use-package sh-script
:init (setq sh-basic-offset 2))