From a7ecf2337775b67b7c3c570ae77c58edecb20a89 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Wed, 20 Apr 2022 10:43:42 -0500 Subject: [PATCH] Don't indicate buffer boundaries --- early-init.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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.