diff --git a/init.el b/init.el index 14374ba..b8286d9 100644 --- a/init.el +++ b/init.el @@ -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))