Skip to content

Commit

Permalink
Expand upon customization options in README
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorpogue authored Feb 22, 2022
1 parent a76d4f3 commit f92cefa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@ If `topspace` did not appear here in `package-install` try running <kbd>M-x</kbd
Alternatively, add `(global-topspace-mode 1)` to your Emacs config to enable `topspace-mode` globally on startup.

# Customization

By default, buffers will be vertically centered with top space when first opened. To disable this, simply add the following to your Emacs config:
```
(custom-set-variables '(topspace-autocenter-buffers nil))
```
More options/detail:
```
(defcustom topspace-autocenter-buffers
t
Expand Down

0 comments on commit f92cefa

Please sign in to comment.