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 f92cefa commit 919774a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ 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:
By default, small buffers will be vertically centered with top space when first opened. To disable this feature, simply add the following to your Emacs config:
```
(custom-set-variables '(topspace-autocenter-buffers nil))
```
Expand Down

0 comments on commit 919774a

Please sign in to comment.