branch: externals/topspace commit 25841387a5d0300ea49356b9781c357b84df20bd Author: Trevor Pogue <pogu...@mcmaster.ca> Commit: Trevor Pogue <pogu...@mcmaster.ca>
Raise topspace-center-position default to an objectively better position --- README.md | 2 +- topspace.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 82ad16d6a2..d7a6dc0251 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Customize `topspace-center-position' to adjust the centering position." :type 'boolean) (defcustom topspace-center-position - 0.5 + 0.4 "Target position when centering buffers as a ratio of frame height. A value from 0 to 1 where lower values center buffers higher up in the screen. diff --git a/topspace.el b/topspace.el index e18ef53ac9..fce53576fb 100644 --- a/topspace.el +++ b/topspace.el @@ -93,7 +93,7 @@ Customize `topspace-center-position' to adjust the centering position." :type 'boolean) (defcustom topspace-center-position - 0.5 + 0.4 "Target position when centering buffers as a ratio of frame height. A value from 0 to 1 where lower values center buffers higher up in the screen. Used in `topspace-recenter-buffer' when called or when opening/resizing buffers