summary refs log tree commit diff
path: root/emacs
diff options
context:
space:
mode:
authornoa2025-01-11 12:09:15 +0800
committernoa2025-01-11 12:09:15 +0800
commit336a7a0e1bfb183a97807792b389551c0600aa76 (patch)
tree287e7e17f92ff09206d9616cb6bc7b5205a3cb6b /emacs
parentfc5218bb2fb1a7f2c3bc4f3557d74d487961c53d (diff)
Don't enable dictionary-tooltip-mode
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 251d77d..c3ba9d1 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -695,9 +695,6 @@ The misspelled word is taken from OVERLAY.  WORD is the corrected word."
 ;; Unfortunately, dictionaries in this format tend to be hard wrapped and there isn't a lot of coverage outside of english
 (setopt dictionary-search-interface nil)
 
-;; Dictionary tooltip mode lets me hover over a word to view the definition.
-(setopt dictionary-tooltip-mode t)
-
 ;; Unsorted
 ;; Just a few settings i haven't put into another category yet.
 (setopt save-interprogram-paste-before-kill t