summaryrefslogtreecommitdiff
path: root/README.org
AgeCommit message (Collapse)Author
2023-01-01README: Recommend pcomplete-from-help instead of pcmpl-argsDaniel Mendler
2022-12-22Add generalized corfu-preselect user optionDaniel Mendler
This replaces the old corfu-preselect-first option.
2022-12-13README: Improve example, check password map (Fix #276)Daniel Mendler
2022-11-24README: Remove unnecessary linksDaniel Mendler
Produces better texinfo output.
2022-11-24Update readmeDaniel Mendler
2022-11-20README: Add more screenshotsDaniel Mendler
2022-11-20Update readmeDaniel Mendler
2022-11-18Rename extension once moreDaniel Mendler
"popup" fits better than the overloaded word "frame".
2022-11-18README: Update corfu-enable-in-minibufferDaniel Mendler
2022-11-18README updateDaniel Mendler
2022-11-18README updateDaniel Mendler
2022-11-18BREAKING CHANGE: Extract corfu-echo extension from corfu.elDaniel Mendler
Enable corfu-echo-mode to enable echo messages. The corfu-infoframe somewhat conflicts with corfu-echo, since it is disturbing it both the info frame and the echo message pop up after each other. Therefore it makes sense to maintain corfu-echo as a separate extension, on the same level as corfu-infoframe.
2022-11-18README updateDaniel Mendler
2022-11-18Rename to corfu-infoframeDaniel Mendler
2022-11-17Shorten the name of the corfu-docframe extensionDaniel Mendler
2022-11-17Revert "Rename corfu-info to corfu-doc-buffer"Daniel Mendler
This reverts commit c63d92f141613c537ccdd3182efdedf307a9e0d4.
2022-11-17Update READMEDaniel Mendler
2022-11-17Rename corfu-info to corfu-doc-bufferYuwei Tian
2022-11-12README: Minor cleanupDaniel Mendler
2022-10-11Update linksDaniel Mendler
2022-08-20Fix typo in README, Fix #220Daniel Mendler
2022-07-28README: Add note about Mct (Fix #209)Daniel Mendler
2022-07-21README: Generate better info outputDaniel Mendler
2022-07-21README: Generate better info outputDaniel Mendler
2022-07-18README: Fix typosDaniel Mendler
2022-07-02README: Add linkDaniel Mendler
2022-06-26Update readmeDaniel Mendler
2022-06-26README: Document aggressive auto completion settingsDaniel Mendler
See https://github.com/minad/cape/issues/52 for the discussion.
2022-05-20README update - Expand on corfu-terminalDaniel Mendler
2022-05-13Minor extension documentation improvements (Fix #167)Daniel Mendler
2022-05-01README updatesDaniel Mendler
2022-04-27README updateDaniel Mendler
2022-04-27README: Update configurationDaniel Mendler
2022-04-18Fix texinfo_dir_categoryDaniel Mendler
2022-04-15README: Link to @AkibAzmain WIP Corfu popup packageDaniel Mendler
https://codeberg.org/akib/emacs-corfu-popup
2022-04-13Rename corfu-global-mode to global-corfu-modeDaniel Mendler
2022-04-13README: Update featuresDaniel Mendler
2022-04-13README: Minor correctionDaniel Mendler
2022-04-13README: Add short section about extensionsDaniel Mendler
2022-04-13README: Document corfu-send-shellDaniel Mendler
2022-04-13README: Remove caveatsDaniel Mendler
2022-04-11README indentationDaniel Mendler
2022-04-09README: Update URL of Prot's MctDaniel Mendler
2022-04-06README updatesDaniel Mendler
2022-04-06README: Add basic to completion-stylesDaniel Mendler
2022-04-01corfu-insert: Do not insert first candidate if no candidate is selected (Fix ↵Daniel Mendler
#152) This special behavior of corfu-insert occurred with corfu-preselect-first set to nil. The behavior was a remnant from before the introduction of the corfu-preselect-first customization option. Since corfu-preselect-first has been introduced a long time ago and I haven't heard complaints about it, let's now remove the special behavior of corfu-insert. This change simplifies the corfu--insert function slightly and makes the behavior of corfu-insert more consistent with other Corfu behavior. If the new behavior conflicts with your workflow, please let me know and we can look into possible workarounds. Feedback on this issue is welcome.
2022-03-23README: Expand Tab-n-go sectionDaniel Mendler
2022-03-01README: Update features listDaniel Mendler
2022-03-01Reintroduce corfu-quit-at-boundary (Fix #138)Daniel Mendler
2022-02-28README updatesDaniel Mendler