Skip to content

Commit

Permalink
Reduce margins to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
minad committed Nov 10, 2021
1 parent 0fc2ce6 commit 765ff1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions corfu.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 765ff1e

Please sign in to comment.