From b11c765cb778341b68846a698da29d1dfce48dc3 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Thu, 20 Jul 2023 09:28:53 +1000 Subject: use localhost for dictd --- emacs/.emacs.d/init/ycp-client.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'emacs/.emacs.d') diff --git a/emacs/.emacs.d/init/ycp-client.el b/emacs/.emacs.d/init/ycp-client.el index 15c2710..437881f 100644 --- a/emacs/.emacs.d/init/ycp-client.el +++ b/emacs/.emacs.d/init/ycp-client.el @@ -67,7 +67,8 @@ (my-keybind global-map "C-h y" #'dictionary-search "C-h Y" #'dictionary-match-words) - (setq dictionary-server "dict.org" + ;; Install dictd locally to serve lookups + (setq dictionary-server "localhost" dictionary-default-popup-strategy "lev" ; read doc string dictionary-create-buttons nil dictionary-use-single-buffer t)) -- cgit v1.2.3