summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--emacs/custom/fcuny-ui.el4
1 files changed, 4 insertions, 0 deletions
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