aboutsummaryrefslogtreecommitdiff
path: root/emacs/.emacs.d/init/ycp-client.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/init/ycp-client.el')
-rw-r--r--emacs/.emacs.d/init/ycp-client.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs/.emacs.d/init/ycp-client.el b/emacs/.emacs.d/init/ycp-client.el
index def2351..15c2710 100644
--- a/emacs/.emacs.d/init/ycp-client.el
+++ b/emacs/.emacs.d/init/ycp-client.el
@@ -65,8 +65,8 @@
(autoload 'global-dictionary-tooltip-mode "dictionary"
"Enable/disable dictionary-tooltip-mode for all buffers" t)
(my-keybind global-map
- "C-c dd" #'dictionary-search
- "C-c dm" #'dictionary-match-words)
+ "C-h y" #'dictionary-search
+ "C-h Y" #'dictionary-match-words)
(setq dictionary-server "dict.org"
dictionary-default-popup-strategy "lev" ; read doc string
dictionary-create-buttons nil