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

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

[elpa] externals/topspace 25841387a5 035/181: Raise topspace-center-posi


From: ELPA Syncer
Subject: [elpa] externals/topspace 25841387a5 035/181: Raise topspace-center-position default to an objectively better position
Date: Tue, 23 Aug 2022 12:58:31 -0400 (EDT)

branch: externals/topspace
commit 25841387a5d0300ea49356b9781c357b84df20bd
Author: Trevor Pogue <poguete@mcmaster.ca>
Commit: Trevor Pogue <poguete@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



reply via email to

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