Don't indicate buffer boundaries

This commit is contained in:
Case Duckworth 2022-04-20 10:43:42 -05:00
parent 1f7e7ebf24
commit a7ecf23377
1 changed files with 4 additions and 2 deletions

View File

@ -78,8 +78,10 @@ See `no-littering' for examples.")
window-resize-pixelwise t
inhibit-x-resources t
indicate-empty-lines nil
indicate-buffer-boundaries '((top . right)
(bottom . right)))
indicate-buffer-boundaries nil
;; '((top . right)
;; (bottom . right))
)
;;; No littering!
;; We install `no-littering' package below, but we can set the variables now.