summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-08-09Deferred hide, see #48deferred-hideDaniel Mendler
2021-08-08Optimize corfu--move-prefix-candidates-to-front (See #48)Daniel Mendler
2021-08-06Fix completion cycling in eshellDaniel Mendler
2021-07-30Set tab-bar-format to nil (Emacs 28)Daniel Mendler
Thanks, @protesilaos
2021-07-30Fix popup position if line is wrapped with truncate-lines=nilDaniel Mendler
2021-07-23Quit if while-no-input returned nilDaniel Mendler
2021-07-23README: Remove capf documentation for nowDaniel Mendler
These capfs should go to a separate package
2021-07-22Add LICENSE fileDaniel Mendler
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-22corfu-echo-documentation: Use a smaller delayDaniel Mendler
2021-07-22corfu--echo: Only add highlighting if no highlighting is presentDaniel Mendler
2021-07-22Reset corfu--auto-start after a candidate has been selectedDaniel Mendler
2021-07-22Fix defcustomDaniel Mendler
2021-07-22README: Update example configurationDaniel Mendler
2021-07-22Add corfu-echo-documentation (Fix #36)Daniel Mendler
2021-07-22Support time limit for corfu-quit-no-match (Fix #42)Daniel Mendler
If corfu-quit-no-match is a floating point number, quit on no match only if the auto-started completion began less than that number of seconds ago. Co-authored-by: J.D. Smith <jdtsmith@gmail.com>
2021-07-21Minor cleanupDaniel Mendler
2021-07-21Simplify corfu--match-symbol-pDaniel Mendler
2021-07-21Expose corfu-auto-commands and corfu-continue-commandsDaniel 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-17Document another bug, frame border is not updated appropriatelyDaniel Mendler
2021-07-17SimplifyDaniel Mendler
2021-07-17Another child frame bug, add commentDaniel Mendler
2021-07-17Revert "corfu--make-frame: Apply frame/face settings only if changed (Fix #37)"Daniel Mendler
This reverts commit 1acc02809b204d38be2d72ac4ffa96a06ef0c45b.
2021-07-17corfu--make-frame: Apply frame/face settings only if changed (Fix #37)Daniel Mendler
2021-07-15Better y-position computationDaniel Mendler
2021-07-15corfu: add no-focus-on-mapDaniel Mendler
2021-07-15Minor cleanupDaniel Mendler
2021-07-15Yet another hack: posn-at-point computation returns wrong y-coordinate on ↵Daniel Mendler
Emacs 28
2021-07-15Version 0.100.10Daniel Mendler
2021-07-14corfu--recompute-candidates: Extract corfu--filter-filesDaniel Mendler
Show hidden files only when all other files have been filtered out. This is the behavior of the `completion-pcm--filename-try-filter`.
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