From 765ff1ef2ded0e83d0ab808309a654b1bed4ec12 Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Wed, 10 Nov 2021 16:15:16 +0100 Subject: [PATCH] Reduce margins to 0.5 --- corfu.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/corfu.el b/corfu.el index a65994c..7718f8d 100644 --- a/corfu.el +++ b/corfu.el @@ -86,11 +86,11 @@ completion began less than that number of seconds ago." "List of modes excluded by `corfu-global-mode'." :type '(repeat symbol)) -(defcustom corfu-left-margin-width 0.6 +(defcustom corfu-left-margin-width 0.5 "Width of the left margin in units of the character width." :type 'float) -(defcustom corfu-right-margin-width 0.6 +(defcustom corfu-right-margin-width 0.5 "Width of the right margin in units of the character width." :type 'float)