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,9 +6,10 @@
|
|||||||
(fset 'yes-or-no-p 'y-or-n-p)
|
(fset 'yes-or-no-p 'y-or-n-p)
|
||||||
|
|
||||||
(setq-default
|
(setq-default
|
||||||
indicate-buffer-boundaries nil ; don't show where buffer starts/ends
|
mode-line-default-help-echo nil ; don't say anything on mode-line mouseover
|
||||||
indicate-empty-lines nil ; don't show empty lines
|
indicate-buffer-boundaries nil ; don't show where buffer starts/ends
|
||||||
fringes-outside-margins t ; switches order of fringe and margin
|
indicate-empty-lines nil ; don't show empty lines
|
||||||
|
fringes-outside-margins t ; switches order of fringe and margin
|
||||||
;; Keep cursors and highlights in current window only
|
;; Keep cursors and highlights in current window only
|
||||||
cursor-in-non-selected-windows nil
|
cursor-in-non-selected-windows nil
|
||||||
highlight-nonselected-windows nil
|
highlight-nonselected-windows nil
|
||||||
|
Reference in New Issue
Block a user