branch: elpa/magit
commit 5889056f77bb08cd243bb9a87e270272c28a4045
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@bernoul.li>

    magit-refs-primary-column-width: Cosmetics
---
 lisp/magit-refs.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/magit-refs.el b/lisp/magit-refs.el
index d6499f9b8c5..927dc096803 100644
--- a/lisp/magit-refs.el
+++ b/lisp/magit-refs.el
@@ -150,7 +150,7 @@ tags."
   :group 'magit-margin
   :type 'boolean)
 
-(defcustom magit-refs-primary-column-width (cons 16 32)
+(defcustom magit-refs-primary-column-width '(16 . 32)
   "Width of the focus column in `magit-refs-mode' buffers.
 
 The primary column is the column that contains the name of the

Reply via email to