| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
popup and limit height of the doc popup to avoid exceeding the parent frame (#273)
* corfu-popupinfo: Align popups at the bottom when doc popup is taller
(#271)
* corfu-popupinfo: Ensure y value is not negative (#271)
* corfu-popupinfo: Limit popup height to avoid exceeding the parent frame
* Minor simplification
Co-authored-by: Daniel Mendler <mail@daniel-mendler.de>
|
|
|
|
|
|
|
|
This reverts commit 218315a12ad3e01545a52784785457140af54934.
|
|
|
|
|
|
|
|
|
|
Try this:
(set-face-attribute 'corfu-default nil :height 0.8)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix #258
|
|
|
|
|
|
|
|
|
|
Allow to customize direction of the popup (See #255).
|
|
It suffices to remember the vertical direction,
since top or bottom is fixed by the popup position
relative to the cursor.
|
|
|
|
|
|
|
|
|
|
Fix #254
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|