summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-11-12Automatically select first candidatepreview-currentDaniel Mendler
2021-11-12Reset selected candidate in corfu--update-candidatesDaniel Mendler
2021-11-12Add corfu-preview-currentDaniel Mendler
2021-11-12Use completion-try-completion for TAB completion checkDaniel Mendler
2021-11-12corfu-complete: Remove TAB TAB magicDaniel Mendler
When no completion progress is made the first candidate was selected when pressing TAB again. I almost never use this and I assume not many users are aware of this unnecessary magic. Remove this for the sake of simplicity and to avoid surprises.
2021-11-12Only catch errorsDaniel Mendler
2021-11-12Reformat commentsDaniel Mendler
2021-11-12Simplify control flowDaniel Mendler
2021-11-12Remap keyboard-escape-quitDaniel Mendler
2021-11-12Update screenshotsDaniel Mendler
2021-11-12Replace corfu-kind-formatter with corfu-margin-formattersDaniel Mendler
2021-11-10corfu--popup-show: More robust right marginDaniel Mendler
2021-11-10Add corfu-kind-formatter (#75)Daniel Mendler
2021-11-10Fix right margin formattingDaniel Mendler
2021-11-10Replace corfu-margin-width with corfu-left/right-margin-widthDaniel Mendler
2021-11-10corfu--popup-show: Take width as argumentDaniel Mendler
2021-11-10Do not trim annotationsDaniel Mendler
2021-11-10Use cl-loopDaniel Mendler
2021-11-10Cleanup and lintingDaniel Mendler
2021-11-10Move popup by prefix widthDaniel Mendler
2021-11-10Revert "Minor cleanup"Daniel Mendler
This reverts commit 2bd0614c741584221a9c15b7fe3163c446153c6d.
2021-11-09Version 0.140.14Daniel Mendler
2021-11-08Minor cleanupDaniel Mendler
2021-11-08corfu-deprecated: inherit from shadow faceDaniel Mendler
2021-11-08corfu-auto: Second try. Support for company-prefix-length (Fix #70)Daniel Mendler
2021-11-08Revert "corfu-auto: Add support for company-prefix-length (Fix #70)"Daniel Mendler
This reverts commit e3f99f0066df68fb6598589473555c5634925d0c.
2021-11-08corfu-auto: Add support for company-prefix-length (Fix #70)Daniel Mendler
2021-11-08Add support for :company-deprecated completion metadataDaniel Mendler
2021-11-08corfu--format-candidates: No separator space if suffix is missingDaniel Mendler
2021-11-08corfu--popup-show: Use default-font-width to determine character widthDaniel Mendler
2021-11-08corfu--format-candidates: Ensure that corfu-min-width is respectedDaniel Mendler
2021-11-08corfu--format-candidates: Fully right align suffixesDaniel Mendler
2021-11-07corfu--format-candidates: Align annotations to the rightDaniel Mendler
2021-11-07corfu--affixate: NormalizeDaniel Mendler
2021-11-07corfu--popup-show: Ensure that frame is not too largeDaniel Mendler
2021-11-05Add corfu-annotations faceDaniel Mendler
2021-11-05Fix position computation, remove hack (Fix #69)Daniel Mendler
2021-11-04Minor optimizationDaniel Mendler
2021-11-04Do not bind while-no-input-ignore-eventsDaniel Mendler
2021-10-31README: Update caveatsDaniel Mendler
2021-10-18Store corfu--metadataDaniel Mendler
2021-10-17Simplify quitting behaviorDaniel Mendler
* Disable completion-in-region--postch in favor of the Corfu quitting criteria * Check if point is still on the same line as the completion beginning
2021-10-17README: Expand orderless configurationDaniel Mendler
2021-10-17Allow corfu-commit-predicate=nilDaniel Mendler
2021-10-17Generalize corfu-commit-predicateDaniel Mendler
Fix #49, Fix #52
2021-10-17Fix completion--capf-wrapper for non-exclusive capfsDaniel Mendler
Add corfu--capf-wrapper-advice around completion--capf-wrapper.
2021-10-14Set Corfu minibuffer explicitly (Fix #65)Daniel Mendler
2021-10-11More verbose error messageDaniel Mendler
2021-10-11Version 0.130.13Daniel Mendler
2021-10-11Check that completion field is non-emptyDaniel Mendler