From 304b719a373fcf763fd21375cf959f364e34ec52 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 25 Oct 2021 12:05:47 -0700 Subject: emacs: disable mouse-overs for the modeline --- emacs/custom/fcuny-ui.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'emacs/custom') diff --git a/emacs/custom/fcuny-ui.el b/emacs/custom/fcuny-ui.el index 97565bc..108ccb8 100644 --- a/emacs/custom/fcuny-ui.el +++ b/emacs/custom/fcuny-ui.el @@ -125,6 +125,10 @@ mode-line-misc-info mode-line-end-spaces)) +;; Disable help mouse-overs for mode-line as they provide little to no benefits +(setq mode-line-default-help-echo nil + show-help-function nil) + (use-package hl-line :hook ((prog-mode text-mode conf-mode special-mode) . hl-line-mode) :custom -- cgit 1.4.1