summaryrefslogtreecommitdiff
path: root/corfu.el
AgeCommit message (Expand)Author
2024-12-22corfu--in-region-1: Minor cleanupDaniel Mendler
2024-12-22Version 1.61.6Daniel Mendler
2024-12-20corfu--in-region-1: Handle zero candidates after try-completionDaniel Mendler
2024-12-08Ensure that no text properties leak to the overlay (Fix #533)Daniel Mendler
2024-12-08FormattingDaniel Mendler
2024-11-27README: Warn more explicitly about the dangers of corfu-auto=tDaniel Mendler
2024-11-26Add corfu--preview-deleteDaniel Mendler
2024-11-26Use when instead of ifDaniel Mendler
2024-11-26Clean up preview overlay after quitting out of pre-command hookJimmy Yuen Ho Wong
2024-11-15corfu--popup-show: Minor cleanupDaniel Mendler
2024-11-12Use delete-region which does less than erase-bufferDaniel Mendler
2024-11-05Customization group: Add link to the wikiDaniel Mendler
2024-11-05Reference a few more bugs in commentDaniel Mendler
2024-11-05Update comment, link to bug reportDaniel Mendler
2024-11-05corfu-insert-separator: Jump back to prompt if a candidate is previewedDaniel Mendler
2024-11-05Minor cleanupDaniel Mendler
2024-11-05Minor cleanupDaniel Mendler
2024-11-05Reduce popup width fluctuationsDaniel Mendler
2024-11-05Expand comment regarding HDPi systemsDaniel Mendler
2024-11-05Move truncation back to corfu--format-candidatesDaniel Mendler
2024-11-05Preserve corfu-bar-width and corfu-bar face for compatibilityDaniel Mendler
2024-11-05Use the fringe symmetrically on both sidesDaniel Mendler
2024-11-05Restrict the fringe width to 16Daniel Mendler
2024-11-05Fringe bitmaps have a width restriction 1 <= w <= 16Daniel Mendler
2024-11-05Make right margin part of the fringeDaniel Mendler
2024-11-05Avoid truncation if scrollbar is shown in the fringeDaniel Mendler
2024-11-01corfu-margin-formatters: Update docstringDaniel Mendler
2024-11-01Fix corfu--popup-show: curr can be nilDaniel Mendler
2024-11-01Force fringe updateDaniel Mendler
2024-11-01Ensure right-margin-width >= bar-widthDaniel Mendler
2024-11-01Use fringe for the scroll barDaniel Mendler
2024-11-01Suffixes are always prefixed with spaceDaniel Mendler
2024-11-01format-candidates: ensure suffix is right-aligned when possibleJD Smith
2024-11-01Use :extend=t for corfu-current, SimplifyDaniel Mendler
2024-11-01corfu--make-frame: Remove buffer argument, use current bufferDaniel Mendler
2024-10-30corfu-margin-formatters: Document the requirements of the margin formatterDaniel Mendler
2024-10-22Detect tty child framesDaniel Mendler
2024-10-14Fix customization groupsDaniel Mendler
2024-09-26global-corfu-mode: :predicate is broken on 28 and olderDaniel Mendler
2024-09-26Use URL: keyword instead of deprecated Homepage:Daniel Mendler
2024-09-12Require Emacs 28.1Daniel Mendler
2024-09-04corfu--minibuffer-on: Minor cleanupDaniel Mendler
2024-09-03Separate corfu--on and corfu--minibuffer-onDaniel Mendler
2024-07-26Version 1.51.5Daniel Mendler
2024-07-20eldoc: Register more Corfu commandsDaniel Mendler
2024-07-16add commentsDaniel Mendler
2024-07-16Move completion predicates of autoloaded commands to corfu.elDaniel Mendler
2024-07-16corfu-send/corfu-expand: Set completion-predicateDaniel Mendler
2024-07-16Add new customization variable global-corfu-minibufferDaniel Mendler
2024-07-13Add new command corfu-sendDaniel Mendler