summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornoa2025-02-22 16:46:50 +0800
committernoa2025-02-22 16:46:50 +0800
commit8dc338f618c8fcce71b6150c327a12b287550507 (patch)
tree4d4ad87f32915217c31d0054b1e40f1ba82792a7
parenteed2144a0f199c378a6da5cb23b6b6c35c128049 (diff)
Don't mess with tooltips
-rw-r--r--emacs/init.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/emacs/init.el b/emacs/init.el
index b4e26cc..b4480b8 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -58,10 +58,6 @@
;; Don't advertise gnu on startup
(setq inhibit-startup-echo-area-message "noa") ;; #userfreedom
-;; Make tooltip information appear consistently in the echo area
-(use-package tooltip
- :custom (tooltip-mode nil))
-
;; startup.el does not provide itself, cannot be used with use-package
(setopt inhibit-startup-screen t)