mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
core-ui: disable buffer boundary indicators
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user