From bdcd965c13ed882c7b470611dc2178f778a98bed Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Tue, 29 Nov 2022 18:58:38 +0100 Subject: Update changelog --- CHANGELOG.org | 1 + extensions/corfu-popupinfo.el | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.org b/CHANGELOG.org index 89e99fa..c0563d5 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -5,6 +5,7 @@ * Development - Bugfixes +- =corfu-popupinfo-direction=: Variable must be a list of directions. * Version 0.33 (2022-11-21) diff --git a/extensions/corfu-popupinfo.el b/extensions/corfu-popupinfo.el index 4bf4d86..e47d772 100644 --- a/extensions/corfu-popupinfo.el +++ b/extensions/corfu-popupinfo.el @@ -106,10 +106,10 @@ popup can be requested manually via `corfu-popupinfo-toggle', (const left) (const right) (const vertical) - (const always-horizontal) - (const always-vertical) (const always-left) - (const always-right))) + (const always-right) + (const always-horizontal) + (const always-vertical))) :group 'corfu) (defvar corfu-popupinfo-map -- cgit v1.0