branch: externals/topspace commit 919774a21261504140b0b94382077ca6662c749c Author: Trevor Pogue <trevorpo...@gmail.com> Commit: GitHub <nore...@github.com>
Expand upon customization options in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0bb97a654..ad1ac69100 100644 --- a/README.md +++ b/README.md @@ -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)) ```