summaryrefslogtreecommitdiff
path: root/corfu.el
AgeCommit message (Expand)Author
2024-07-10Update commentDaniel Mendler
2024-07-10Call completion-metadata-get without advicesDaniel Mendler
2024-07-10Minor cleanup, reduce allocationsDaniel Mendler
2024-07-10FormattingDaniel Mendler
2024-07-10corfu-popupinfo: Compare candidates with equal-including-properties (Fix #476)Daniel Mendler
2024-07-09Bind completion-extra-properties in corfu--metadata-getDaniel Mendler
2024-07-08Use static-ifDaniel Mendler
2024-07-08Use completion-metadata-get from Compat 30Daniel Mendler
2024-07-08Bump Compat dependencyDaniel Mendler
2024-07-04corfu-map: Unbind <tab> and C-aDaniel Mendler
2024-05-23Version 1.41.4Daniel Mendler
2024-04-13Use regexps in corfu-auto-commandsDaniel Mendler
2024-04-13Update corfu-auto-commandsDaniel Mendler
2024-04-13corfu-auto-commands: Add backward-delete-char (Fix #449)Daniel Mendler
2024-04-09completion-hilit-commonality supports completion-lazy-hilitDaniel Mendler
2024-04-05Version 1.31.3Daniel Mendler
2024-03-29corfu--preview-current-p: SimplifyDaniel Mendler
2024-03-29Move corfu--preview-current* functionsDaniel Mendler
2024-03-29Extract corfu--preview-current-pDaniel Mendler
2024-03-29corfu-expand: Return nil if NEWSTR=STRDaniel Mendler
2024-03-26corfu-expand: Call corfu-complete if candidate is previewedDaniel Mendler
2024-03-26Minor comment reformattingDaniel Mendler
2024-03-26Bind corfu-expand to M-RETDaniel Mendler
2024-03-26Extract corfu-expand from corfu-completeDaniel Mendler
2024-03-26corfu--recompute: Preserve selected candidate on further inputDaniel Mendler
2024-03-26Minor cleanupDaniel Mendler
2024-01-23Version 1.21.2Daniel Mendler
2024-01-03Store extra properties in completion-in-region--dataDaniel Mendler
2024-01-03corfu--teardown: Handle dead buffer during teardownDaniel Mendler
2024-01-03corfu--make-frame: Minor cleanupDaniel Mendler
2024-01-02Bump copyright yearsDaniel Mendler
2023-12-30Replace keyword wp with textDaniel Mendler
2023-12-30Use global variables, store initial state separatelyDaniel Mendler
2023-12-30Also set child-frame-borderDaniel Mendler
2023-12-30Also set child-frame-border-widthDaniel Mendler
2023-12-29Support the EXWM window managerDaniel Mendler
2023-12-29Use internal-border-width instead of child-frame-border-widthDaniel Mendler
2023-12-29corfu--auto-post-command: Remove unnecessary conditionDaniel Mendler
2023-12-29Allocate auto timer onceDaniel Mendler
2023-12-29Try to reuse timer (see #404)reuse-timerDaniel Mendler
2023-12-27Version 1.11.1Daniel Mendler
2023-12-23corfu--move-to-front: Handle duplicatesDaniel Mendler
2023-12-22Refactoring, Simplify handling of corfu-on-exact-match=showDaniel Mendler
2023-12-22Support displaying the popup when there is only one exact match (#396) (#401)galeo
2023-12-22Expand a few docstringsDaniel Mendler
2023-12-08Update commentDaniel Mendler
2023-12-08Rename functionDaniel Mendler
2023-12-07Preserve text properties for the :exit-function where possibleDaniel Mendler
2023-12-07Add corfu--delete-dups. Keep duplicates with differing properties.Daniel Mendler
2023-12-07Update issue links in commentsDaniel Mendler