emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/topspace f92cefa47c 032/181: Expand upon customization


From: ELPA Syncer
Subject: [elpa] externals/topspace f92cefa47c 032/181: Expand upon customization options in README
Date: Tue, 23 Aug 2022 12:58:31 -0400 (EDT)

branch: externals/topspace
commit f92cefa47c32d014613775705bd695af63ce4570
Author: Trevor Pogue <trevorpogue@gmail.com>
Commit: GitHub <noreply@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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]