From 774d90ae2743a62ae032ac6dcb8814ea067352c9 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Wed, 16 Jul 2025 12:20:49 -0400 Subject: [PATCH] Update comment --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 5f435d6..6aa3067 100644 --- a/init.el +++ b/init.el @@ -325,7 +325,7 @@ (setq-default left-fringe-width 8) (setq-default right-fringe-width 8) -;; Do not show an arrow at the top/bottomin the fringe and empty lines +;; Disable visual indicators in the fringe for buffer boundaries and empty lines (setq-default indicate-buffer-boundaries nil) (setq-default indicate-empty-lines nil)