summary refs log tree commit diff
path: root/emacs/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/init.el')
-rw-r--r--emacs/init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 012645a..de78a2f 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -109,7 +109,8 @@
 ;; (add-hook 'visual-fill-column-mode-hook #'visual-wrap-prefix-mode)
 
 ;; Make tooltip information appear consistently in the echo area
-(setopt tooltip-mode nil)
+(use-package tooltip
+  :custom (tooltip-mode nil))
 
 ;;; Further options
 (setopt inhibit-startup-screen t