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