diff --git a/early-init.el b/early-init.el index e50d99e..d2097b3 100644 --- a/early-init.el +++ b/early-init.el @@ -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.