summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-28SimplifyDaniel Mendler
2021-04-28Reorder exit conditionsDaniel Mendler
2021-04-28Use child frames instead of overlaysDaniel Mendler
2021-04-28Add popup comment (See #10 and #15)Daniel Mendler
2021-04-28Use `vertical-motion` instead of `forward-line`Daniel Mendler
2021-04-27Use stricter definition of the affixation-functionDaniel Mendler
2021-04-27Minor cleanup of keep-alive logicDaniel Mendler
2021-04-27Show "No match" message if no candidates are foundDaniel Mendler
2021-04-27Better guarding against errors during candidate generationDaniel Mendler
2021-04-27Exit conditions: Minor cleanupDaniel Mendler
2021-04-27Guard against dabbrev error if there are no matchesDaniel Mendler
2021-04-27Add `corfu-excluded-modes`Daniel Mendler
2021-04-27Update readmeDaniel Mendler
2021-04-27Ensure that the corfu popup works with `dabbrev-completion`Daniel Mendler
2021-04-26Add `corfu-confirm`, more tolerance for typos (Fix #14)Daniel Mendler
2021-04-26Simplify corfu--pre-command-hookDaniel Mendler
2021-04-26Simplify corfu--restore-on-next-commandDaniel Mendler
2021-04-26Fix corfu-show-locationDaniel Mendler
2021-04-26Version 0.30.3Daniel Mendler
2021-04-26README: Add shell-mode to configuration exampleDaniel Mendler
2021-04-26Fix display in shell-mode (See #13)Daniel Mendler
2021-04-23Update readmeDaniel Mendler
2021-04-20Minor restructuringDaniel Mendler
2021-04-20Pass beg+base as position to `corfu--popup`Daniel Mendler
2021-04-20Exit from `corfu-complete` and `completion-at-point`Daniel Mendler
2021-04-20Extract `corfu--done` from `corfu--insert`Daniel Mendler
2021-04-20Revert "Exit from `corfu-complete`"Daniel Mendler
2021-04-20Exit from `corfu-complete`Daniel Mendler
2021-04-19Add noteDaniel Mendler
2021-04-19Add note to deferred hlDaniel Mendler
2021-04-19Fix extraction of base from returned completions (Fix #8)Daniel Mendler
2021-04-18README: Update caveatsDaniel Mendler
2021-04-18corfu--insert: SimplifyDaniel Mendler
2021-04-18defcustom: Replace corfu-min-width with corfu-width-limitsDaniel Mendler
2021-04-18README: Add caveatDaniel Mendler
2021-04-18Do not remove completion-in-region--postchDaniel Mendler
2021-04-18README: Document keybindingsDaniel Mendler
2021-04-18Improve exiting and candidate insertionDaniel Mendler
2021-04-17Add base string when previewing the current candidateDaniel Mendler
2021-04-17Hide scrollbar if there are fewer than corfu-count candidatesDaniel Mendler
2021-04-17Update readmeDaniel Mendler
2021-04-17README: Update caveats sectionDaniel Mendler
2021-04-17Revert "Add corfu-completion-styles"Daniel Mendler
2021-04-17Oops, use `:global nil` instead of `:local t`Daniel Mendler
2021-04-17Version 0.20.2Daniel Mendler
2021-04-17Do not colorize left border (See #6)Daniel Mendler
2021-04-17corfu-map: Bind M-n and M-pDaniel Mendler
2021-04-17README: Add link to ELPADaniel Mendler
2021-04-17Add corfu-completion-stylesDaniel Mendler
2021-04-17Extract corfu--move-prefix-candidates-to-frontDaniel Mendler