diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2023-01-12 15:35:25 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2023-01-12 15:35:25 +0100 |
| commit | b5458a132c678b5fe97b4a7819b9bb1dba31aee2 (patch) | |
| tree | 2b4c5df919fc1404b2156a2be06a67f17993e2b9 | |
| parent | 677933a8cd259a166d8a24d84876bbcdb18923b5 (diff) | |
Change corfu-popupinfo face height to 1.0 (Fix #288)
| -rw-r--r-- | extensions/corfu-popupinfo.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/corfu-popupinfo.el b/extensions/corfu-popupinfo.el index f4e2ba2..48e1294 100644 --- a/extensions/corfu-popupinfo.el +++ b/extensions/corfu-popupinfo.el @@ -46,7 +46,7 @@ (require 'subr-x)) (defface corfu-popupinfo - '((t :inherit corfu-default :height 0.8)) + '((t :inherit corfu-default)) "Face used for the info popup." :group 'corfu-faces) |
