diff options
author | Yuchen Pei <id@ypei.org> | 2023-07-20 09:28:53 +1000 |
---|---|---|
committer | Yuchen Pei <id@ypei.org> | 2023-07-20 09:28:53 +1000 |
commit | b11c765cb778341b68846a698da29d1dfce48dc3 (patch) | |
tree | 7120fbbca27c786b175931cb470c23aaaf1d7205 /emacs | |
parent | f2286d3d6e6779494c51da3e87aa82bb910ed0e0 (diff) |
use localhost for dictd
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/.emacs.d/init/ycp-client.el | 3 |
1 files changed, 2 insertions, 1 deletions
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)) |