summaryrefslogtreecommitdiff
path: root/README.org
AgeCommit message (Collapse)Author
2021-11-10Add corfu-kind-formatter (#75)Daniel Mendler
2021-11-08Add support for :company-deprecated completion metadataDaniel Mendler
2021-10-31README: Update caveatsDaniel Mendler
2021-10-17README: Expand orderless configurationDaniel Mendler
2021-10-06Update READMEDaniel Mendler
2021-10-03Update READMEDaniel Mendler
2021-07-23README: Remove capf documentation for nowDaniel Mendler
These capfs should go to a separate package
2021-07-22README: Expand file path capf documentationDaniel Mendler
2021-07-22README: Move configuration sectionDaniel Mendler
2021-07-22README: Add defvar and autoloadDaniel Mendler
2021-07-22Document file path completion (See #9)Daniel Mendler
2021-07-22Touch up features (#43)JD Smith
2021-07-22README: Update example configurationDaniel Mendler
2021-07-22Add corfu-echo-documentation (Fix #36)Daniel Mendler
2021-07-21Add corfu-commit-predicate (Fix #40)Daniel Mendler
2021-07-18README: Remove multi-capf backend ideaDaniel Mendler
It turns out the comint completion backend supports additional file completions (See #9).
2021-07-14Add completion-predicate to the Corfu commands (Fix #35)completion-predicateDaniel Mendler
2021-07-09Indent READMEDaniel Mendler
2021-06-26Update readmeDaniel Mendler
2021-06-26Bind [tab] and [return]Daniel Mendler
2021-06-26Update readmeDaniel Mendler
2021-06-26Implement auto completionDaniel Mendler
2021-06-26README: Rename variableDaniel Mendler
2021-06-25Add corfu-respect-boundaryDaniel Mendler
2021-06-25Mention the auto branchDaniel Mendler
2021-06-25Update readmeDaniel 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-10README: Update caveatsDaniel Mendler
2021-05-06README: Update with note regarding non-graphical displaysDaniel Mendler
2021-05-05README: Update contributions sectionDaniel Mendler
2021-05-05update caveatsDaniel Mendler
2021-05-02Minor README updatesDaniel Mendler
2021-04-28Use italic face for "No match" messageDaniel Mendler
2021-04-28Use child frames instead of overlaysDaniel Mendler
Fix #10, #13 and #15.
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
* Add `corfu-global-mode` * Always ensure that the `completion-in-region-mode` is turned on * Document dabbrev configuration
2021-04-26Add `corfu-confirm`, more tolerance for typos (Fix #14)Daniel Mendler
The "No match" message can be turned off by setting `corfu-confirm` to nil.
2021-04-26README: Add shell-mode to configuration exampleDaniel Mendler
2021-04-23Update readmeDaniel Mendler
2021-04-18README: Update caveatsDaniel Mendler
2021-04-18defcustom: Replace corfu-min-width with corfu-width-limitsDaniel Mendler
2021-04-18README: Add caveatDaniel Mendler
2021-04-18README: Document keybindingsDaniel Mendler
2021-04-18Improve exiting and candidate insertionDaniel Mendler
* corfu--post-command-hook: Do not exit automatically after completion boundary. * corfu--pre-command-hook: When implicitly exiting via another command, call :exit-function with exit status `exact`. * corfu-insert: When no candidate is selected and current input is a valid completion, use the current input as result. * corfu-compute: Always keep alive, also when inserting selected candidate
2021-04-17Update readmeDaniel Mendler
2021-04-17README: Update caveats sectionDaniel Mendler
2021-04-17README: Add link to ELPADaniel Mendler