mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-26 16:41:04 -05:00
Disable mode-line default :help-echo
This commit is contained in:
@@ -6,6 +6,7 @@
|
|||||||
(fset 'yes-or-no-p 'y-or-n-p)
|
(fset 'yes-or-no-p 'y-or-n-p)
|
||||||
|
|
||||||
(setq-default
|
(setq-default
|
||||||
|
mode-line-default-help-echo nil ; don't say anything on mode-line mouseover
|
||||||
indicate-buffer-boundaries nil ; don't show where buffer starts/ends
|
indicate-buffer-boundaries nil ; don't show where buffer starts/ends
|
||||||
indicate-empty-lines nil ; don't show empty lines
|
indicate-empty-lines nil ; don't show empty lines
|
||||||
fringes-outside-margins t ; switches order of fringe and margin
|
fringes-outside-margins t ; switches order of fringe and margin
|
||||||
|
Reference in New Issue
Block a user