Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescherti committed Oct 17, 2024
1 parent cfa0976 commit 01c972f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ To install the `outline-indent` from MELPA:
:ensure t
: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,
;; such as when all folds are collapsed.
(setq-default make-window-start-visible t)
```

## Activation
Expand Down

0 comments on commit 01c972f

Please sign in to comment.