core-ui: disable buffer boundary indicators
This commit is contained in:
parent
ec7e32e273
commit
9fa2fbc862
1 changed files with 7 additions and 7 deletions
|
@ -12,13 +12,13 @@
|
||||||
visible-bell nil
|
visible-bell nil
|
||||||
visible-cursor nil
|
visible-cursor nil
|
||||||
x-stretch-cursor t
|
x-stretch-cursor t
|
||||||
use-dialog-box nil ; always avoid GUI
|
use-dialog-box nil ; always avoid GUI
|
||||||
redisplay-dont-pause t ; don't pause display on input
|
redisplay-dont-pause t ; don't pause display on input
|
||||||
indicate-buffer-boundaries t ; show indicators where buffer starts/ends
|
indicate-buffer-boundaries nil ; don't show where buffer starts/ends
|
||||||
indicate-empty-lines t ; show indicators on empty lines
|
indicate-empty-lines t ; show empty lines
|
||||||
fringes-outside-margins t ; switches order of fringe and margin
|
fringes-outside-margins t ; switches order of fringe and margin
|
||||||
split-width-threshold nil ; favor horizontal splits
|
split-width-threshold nil ; favor horizontal splits
|
||||||
show-help-function nil ; hide :help-echo text
|
show-help-function nil ; hide :help-echo text
|
||||||
|
|
||||||
jit-lock-defer-time nil
|
jit-lock-defer-time nil
|
||||||
jit-lock-stealth-nice 0.1
|
jit-lock-stealth-nice 0.1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue