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:
@ -14,8 +14,8 @@
|
||||
x-stretch-cursor t
|
||||
use-dialog-box nil ; always avoid GUI
|
||||
redisplay-dont-pause t ; don't pause display on input
|
||||
indicate-buffer-boundaries t ; show indicators where buffer starts/ends
|
||||
indicate-empty-lines t ; show indicators on empty lines
|
||||
indicate-buffer-boundaries nil ; don't show where buffer starts/ends
|
||||
indicate-empty-lines t ; show empty lines
|
||||
fringes-outside-margins t ; switches order of fringe and margin
|
||||
split-width-threshold nil ; favor horizontal splits
|
||||
show-help-function nil ; hide :help-echo text
|
||||
|
Reference in New Issue
Block a user