From 67e291c823610e21d1043545c6bca4ba020f4b3b Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Fri, 30 Dec 2022 14:10:54 -0500 Subject: [PATCH] Re-enable system tooltips --- init.el | 1 - 1 file changed, 1 deletion(-) diff --git a/init.el b/init.el index bd9e229..b8e5678 100644 --- a/init.el +++ b/init.el @@ -318,7 +318,6 @@ DOCSTRING is an optional form that is discarded upon expansion." (truncate-lines t "Truncate lines instead of wrapping") (message-truncate-lines t "Truncate messages in the echo area") (cursor-in-non-selected-windows nil "Hide cursor in inactive windows") - (x-gtk-use-system-tooltips nil "Disable GTK tooltips in favor of in-editor tooltips") (ring-bell-function 'ignore "Disable terminal bell") (fill-column 80 "Set default line-wrap column to column 80") (max-mini-window-height 10 "Limit minibuffer height to 10 lines")