summary refs log tree commit diff
diff options
context:
space:
mode:
authornoa2025-02-16 21:35:57 +0800
committernoa2025-02-16 21:35:57 +0800
commitcc74e75913e01a8c3a495ca4a3c87e077db494f6 (patch)
treec74250440107344523be12a2d8f366ba01d7f4e9
parentb50940629200167f09d7e9bbc105943ee767bf3b (diff)
Use-package for tooltip-mode
-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