summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)