diff options
Diffstat (limited to 'emacs/init.el')
-rw-r--r-- | emacs/init.el | 3 |
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 |