diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2022-11-29 18:58:38 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2022-11-29 18:58:38 +0100 |
| commit | bdcd965c13ed882c7b470611dc2178f778a98bed (patch) | |
| tree | 8b1a3cc7bc136ab62110055e44bf12a7105ac67c | |
| parent | 362b0738aa051d6c80f34d631246059f9805134c (diff) | |
Update changelog
| -rw-r--r-- | CHANGELOG.org | 1 | ||||
| -rw-r--r-- | 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 |
