aboutsummaryrefslogtreecommitdiff
path: root/emacs/.emacs.d
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d')
-rw-r--r--emacs/.emacs.d/init/ycp-client.el3
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))