From 5aac50afde5431840c76a961f1b68c1fcc9b1f90 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Thu, 17 Oct 2024 13:05:18 -0400 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index c7a45f5..9fca940 100644 --- a/README.md +++ b/README.md @@ -60,8 +60,7 @@ To install the `outline-indent` from MELPA: :custom (outline-indent-ellipsis " ▼ ")) -;; The make-window-start-visible parameter is set to ensure that the -;; beginning of the window always remains visible during certain actions, +;; Ensure that the window-start always remains visible during certain actions, ;; such as when all folds are collapsed. (setq-default make-window-start-visible t) ```