aboutsummaryrefslogtreecommitdiff
path: root/dictionary-init.el
diff options
context:
space:
mode:
Diffstat (limited to 'dictionary-init.el')
-rw-r--r--dictionary-init.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/dictionary-init.el b/dictionary-init.el
index 5a2c7c2..dfb022f 100644
--- a/dictionary-init.el
+++ b/dictionary-init.el
@@ -10,4 +10,8 @@
"Display entries matching the word at the cursor" t)
(autoload 'dictionary-popup-matching-words "dictionary"
"Display entries matching the word at the point" t)
+(autoload 'dictionary-tooltip-mode "dictionary"
+ "Display tooltips for the current word" t)
+(autoload 'global-dictionary-tooltip-mode "dictionary"
+ "Enable/disable dictionary-tooltip-mode for all buffers" t)