summaryrefslogtreecommitdiff
path: root/corfu.el
AgeCommit message (Expand)Author
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
2021-06-25Add corfu-respect-boundaryDaniel Mendler
2021-06-25Do not check emacs-basic-displayDaniel Mendler
2021-06-25Shorter namesDaniel Mendler
2021-06-25Set tab-line-format to nil (Fix #22)Daniel Mendler
2021-06-20Version 0.90.9Daniel Mendler
2021-06-17Fix indentationJonas Bernoulli
2021-06-10Take window-tab-line-height into account (Fix #25)Daniel Mendler
2021-05-30Use pcase-letDaniel Mendler
2021-05-28Use 1-Daniel Mendler
2021-05-22Rename corfu--annotate to corfu--affixate, apply faces correctlyDaniel Mendler
2021-05-22Minor highlighting workaroundDaniel Mendler
2021-05-18Eglot seems to return candidates with newlinesDaniel Mendler
2021-05-18Version 0.80.8Daniel Mendler
2021-05-17Do not overwrite the file predicateDaniel Mendler
2021-05-13Show corfu--overlay after popupDaniel Mendler
2021-05-13Version 0.70.7Daniel Mendler
2021-05-11Add reference to bug#48356 in comment.Daniel Mendler
2021-05-10Set inhibit-modification-hooksDaniel Mendler
2021-05-07Lookup 'child-frame-border-width to ensure correct alignmentDaniel Mendler
2021-05-07Fix text scaling issuesDaniel Mendler
2021-05-07Move default child frame parameters to a separate variableDaniel Mendler
2021-05-07corfu--child-frame: Set desktop-dont-save=t (Fix #21)Daniel Mendler
2021-05-07Improve orderless supportDaniel Mendler
2021-05-07corfu-mode: Do not add the completion-in-region-mode hookDaniel Mendler
2021-05-06corfu--completion-in-region: Fall back to default completion function on TUI ...Daniel Mendler
2021-05-06Revert "Improve corfu mode setup if Emacs daemon is used (Fix #20)"Daniel Mendler
2021-05-05Improve corfu mode setup if Emacs daemon is used (Fix #20)Daniel Mendler
2021-05-04Use default-line-height instead of frame-char-heightDaniel Mendler
2021-05-04Version 0.60.6Daniel Mendler
2021-05-04Requiring orderless only once seems to fix the issue tooDaniel Mendler
2021-05-04Version 0.50.5Daniel Mendler