summaryrefslogtreecommitdiff
path: root/corfu.el
AgeCommit message (Expand)Author
2021-08-09Avoid recomputation for empty input (See #48)avoid-empty-recomputeDaniel Mendler
2021-08-09Fix typosDaniel Mendler
2021-08-09Expand commentDaniel Mendler
2021-08-09Latency improvements, see #48Daniel Mendler
2021-08-09Try to make the teardown more robustDaniel 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
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-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-22Add corfu-echo-documentation (Fix #36)Daniel Mendler
2021-07-22Support time limit for corfu-quit-no-match (Fix #42)Daniel Mendler
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-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
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 Ema...Daniel Mendler
2021-07-15Version 0.100.10Daniel Mendler
2021-07-14corfu--recompute-candidates: Extract corfu--filter-filesDaniel Mendler
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-06-27corfu-map: Remove [return] binding, add comment regarding [tab]Daniel Mendler
2021-06-26More robust deferred highlighting for orderlessDaniel Mendler
2021-06-26Do not print message when auto-completingDaniel Mendler
2021-06-26Bind [tab] and [return]Daniel Mendler
2021-06-26Implement auto completionDaniel Mendler
2021-06-26Revert "Rework the quit handling"Daniel Mendler
2021-06-26Rework the quit handlingDaniel Mendler
2021-06-26Fix indentationDaniel 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