summaryrefslogtreecommitdiff
path: root/corfu.el
AgeCommit message (Expand)Author
2024-01-03add workspace offsetexwm-workspace-offsetDaniel 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
2023-12-07Extract function corfu--call-exitDaniel Mendler
2023-12-07Shorten argument namesDaniel Mendler
2023-12-07corfu--replace: Check if replacement is needed, strip propertiesDaniel Mendler
2023-12-07Extract function corfu--range-valid-pDaniel Mendler
2023-12-07corfu--in-region: Expand first before computing candidates for cyclingDaniel Mendler
2023-12-07Add corfu--replace alias (code cleanup)Daniel Mendler
2023-12-07corfu--insert: Remove unused variableDaniel Mendler
2023-12-06corfu-complete: Use returned candidate from corfu--insertDaniel Mendler
2023-12-01Version 1.01.0Daniel Mendler
2023-11-26Add missing compat dependenciesDaniel Mendler
2023-11-24Remove outdated child frame codeDaniel Mendler
2023-11-23derived-mode-p: Calling convention changedDaniel Mendler
2023-11-12Uniform use of when-let/if-letDaniel Mendler
2023-11-11Update commentsDaniel Mendler
2023-11-08Remove superfluous orDaniel Mendler
2023-11-08Use cl-loop repeatDaniel Mendler
2023-11-08Rename variableDaniel Mendler
2023-11-07Update docstringsDaniel Mendler
2023-11-07Use completion-lazy-hilitDaniel Mendler
2023-11-07corfu--highligt: Take a single candidateDaniel Mendler
2023-11-02global-corfu-modes: Add examples (See #379 and #383)Daniel Mendler
2023-10-31Fix type of global-corfu-modesDaniel Mendler
2023-10-13Ensure that M-x completion-at-point RET works (Fix #380)Daniel Mendler
2023-10-03corfu-reset: SimplifyDaniel Mendler
2023-10-01corfu-reset: Quit immediately if input did not change (Fix #378)Daniel Mendler
2023-08-25Update documentationDaniel Mendler
2023-08-18Expand docstrings and documentationDaniel Mendler
2023-08-14Version 0.380.38Daniel Mendler
2023-08-10Fix conditionDaniel Mendler