Disable mode-line default :help-echo
This commit is contained in:
parent
40779f3b4e
commit
5b32140067
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue