summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-07-14Add completion-predicate to the Corfu commands (Fix #35)completion-predicateDaniel Mendler
2021-07-13Mark child frame hacksDaniel Mendler
2021-07-11corfu--popup-hide-on-click: Redirect focusDaniel Mendler
2021-07-11Close popup on clickDaniel Mendler
2021-07-11Extract corfu--make-buffer functionDaniel Mendler
2021-07-11Make corfu buffer read only to prevent accidential modificationsDaniel Mendler
2021-07-10Introduce corfu--buffer-parametersDaniel Mendler
2021-07-09Indent READMEDaniel Mendler
2021-06-27corfu-map: Remove [return] binding, add comment regarding [tab]Daniel Mendler
org-mode-map binds [tab], therefore we have to keep this binding for now.
2021-06-26More robust deferred highlighting for orderlessDaniel Mendler
2021-06-26Update readmeDaniel Mendler
2021-06-26Do not print message when auto-completingDaniel Mendler
2021-06-26Bind [tab] and [return]Daniel Mendler
2021-06-26Update readmeDaniel Mendler
2021-06-26Implement auto completionDaniel Mendler
2021-06-26Revert "Rework the quit handling"Daniel Mendler
This reverts commit 961f21dd425471f61c59fd9ab4b1b17cb3273860.
2021-06-26Rework the quit handlingDaniel Mendler
2021-06-26Fix indentationDaniel Mendler
2021-06-26README: Rename variableDaniel Mendler
2021-06-26Rename corfu-no-match to corfu-quit-no-match for consistencyDaniel Mendler
2021-06-26More renamingsDaniel Mendler
2021-06-25Rename variableDaniel Mendler
2021-06-25Minor simplificationDaniel Mendler
2021-06-25Add corfu-respect-boundaryDaniel Mendler
2021-06-25Do not check emacs-basic-displayDaniel Mendler
2021-06-25Shorter namesDaniel Mendler
2021-06-25Mention the auto branchDaniel Mendler
2021-06-25Update readmeDaniel Mendler
2021-06-25Set tab-line-format to nil (Fix #22)Daniel Mendler
2021-06-20Version 0.90.9Daniel Mendler
2021-06-17Merge pull request #29 from tarsiiformes/indentationDaniel Mendler
Fix indentation
2021-06-17Fix indentationJonas Bernoulli
2021-06-10Take window-tab-line-height into account (Fix #25)Daniel Mendler
2021-06-07README: Fix example configuration (Fix #26)Daniel Mendler
2021-05-31README: Use new ELPA badgesDaniel Mendler
2021-05-30README: Add ELPA badgeDaniel Mendler
2021-05-30Use pcase-letDaniel Mendler
2021-05-28Use 1-Daniel Mendler
2021-05-22Rename corfu--annotate to corfu--affixate, apply faces correctlyDaniel Mendler
2021-05-22Minor highlighting workaroundDaniel Mendler
2021-05-18Eglot seems to return candidates with newlinesDaniel Mendler
Remove alignment code for now. First I have to understand better the different formats returned from the backends.
2021-05-18Version 0.80.8Daniel Mendler
2021-05-17Do not overwrite the file predicateDaniel Mendler
See https://github.com/minad/vertico/commit/f281aac2e875d8333e29206ec25aaeea8f3d6800
2021-05-13Show corfu--overlay after popupDaniel Mendler
This ensures that the position computation of the popup is not affected by the overlay. Otherwise the popup will move in the eshell when scrolling through the available candidates.
2021-05-13Version 0.70.7Daniel Mendler
2021-05-11Add reference to bug#48356 in comment.Daniel Mendler
2021-05-10Set inhibit-modification-hooksDaniel Mendler
2021-05-10README: Update caveatsDaniel Mendler
2021-05-07Lookup 'child-frame-border-width to ensure correct alignmentDaniel Mendler
2021-05-07Fix text scaling issuesDaniel Mendler