summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Collapse)Author
2024-01-03Store extra properties in completion-in-region--dataDaniel Mendler
2024-01-03corfu--teardown: Handle dead buffer during teardownDaniel Mendler
2024-01-02Bump copyright yearsDaniel Mendler
2023-12-30Use global variables, store initial state separatelyDaniel Mendler
2023-12-29Use internal-border-width instead of child-frame-border-widthDaniel Mendler
2023-12-29corfu-popupinfo-direction: Remove dysfunctional option force-horizontalDaniel Mendler
2023-12-27Version 1.11.1Daniel Mendler
2023-12-07Shorten argument namesDaniel Mendler
2023-12-01Version 1.01.0Daniel Mendler
2023-11-26Add missing compat dependenciesDaniel Mendler
2023-11-12Uniform use of when-let/if-letDaniel Mendler
2023-09-30corfu-quick: Support more candidatesDaniel Mendler
See also https://github.com/minad/vertico/commit/5c9a4af57b38fb1a6e78d3e23d50fc59b951241d
2023-08-25Update documentationDaniel Mendler
2023-08-25Shorten variable nameDaniel Mendler
2023-08-25corfu-popupinfo--show: Show error only when manually toggling the popupDaniel Mendler
2023-08-16Use without-restrictionDaniel Mendler
2023-08-14Version 0.380.38Daniel Mendler
2023-07-04corfu-quick: Fix display position if corfu--base/=""Daniel Mendler
2023-07-03Fix corfu-quick (Fix #344)Daniel Mendler
2023-07-02Version 0.370.37Daniel Mendler
2023-06-28Use correct format of corfu-popupinfo face remapping alist (Fix #342)Daniel Mendler
2023-05-13corfu-info-location/documentation: Prefix arg for persistent buffer and window.Daniel Mendler
Fix #328
2023-05-06corfu-history: Expand docstringDaniel Mendler
2023-05-06corfu-history: Remove corfu-history-lengthDaniel Mendler
2023-04-07Revert "Use frame-selected-window (See #316)"Daniel Mendler
This reverts commit 449aa6a01f78e00faaff7ae52657106790400b7e.
2023-04-07Use frame-selected-window (See #316)Daniel Mendler
2023-03-27Version 0.360.36Daniel Mendler
2023-03-18corfu-echo-delay, corfu-popupinfo-delay: Remove support for instant value t.Daniel Mendler
2023-03-05Use natnum custom type (supported by Compat 29.1.4.0)Daniel Mendler
2023-02-17Version 0.350.35Daniel Mendler
2023-02-05corfu-popupinfo: Remap corfu-info-location/documentationDaniel Mendler
2023-02-05corfu-popupinfo: Use larger y-limit for size computationDaniel Mendler
Sometimes the first lines of the documentation are shorter than the following text, which led to wrapping when scrolling the popup.
2023-02-05corfu-popupinfo: FormattingDaniel Mendler
2023-02-04Move methods below modesDaniel Mendler
2023-02-02corfu-indexed-mode: Do not use advicesDaniel Mendler
2023-02-02Add commentDaniel Mendler
2023-02-02Rename functionDaniel Mendler
2023-02-02Fix corfu-indexed-modeDaniel Mendler
2023-02-02Use cl-defgeneric instead of advicesDaniel Mendler
The recent discussion on emacs-devel made me reconsider advices again. It is better to be more disciplined in avoiding them in particular if we have better facilities at our disposal. The great thing is, we even save some code on the way!
2023-01-15Prefer if-let/when-letDaniel Mendler
2023-01-14Fix whitespace warningsDaniel Mendler
2023-01-13Commentary: Use keymap-setDaniel Mendler
2023-01-13Require the compat libraryDaniel Mendler
2023-01-12Change corfu-popupinfo face height to 1.0 (Fix #288)Daniel Mendler
2023-01-01Update copyrightDaniel Mendler
2022-12-17Fix regexp (Fix #279)Daniel Mendler
2022-12-15corfu-popupinfo: Fix completion predicateDaniel Mendler
2022-12-05Align popups at the bottom when the doc popup is taller than the candidates ↵galeo
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>
2022-12-05corfu-popupinfo: Align popups at the bottom, if above input (Fix #271, Fix #272)Daniel Mendler
2022-12-05Fix docstringDaniel Mendler