aboutsummaryrefslogtreecommitdiffstats
path: root/lisp (follow)
Commit message (Expand)AuthorAgeFilesLines
* delsel.el: Tweak the `delsel--replace-text-or-position` handlingfeature/delsel-replaceStefan Monnier2026-02-141-36/+45
* delsel.el: Use an overlay to track the replacement textKim F. Storm2026-02-141-44/+48
* ede/proj-shared.el: Remove leftover obsolete EIEIO name argumentsStefan Monnier2026-02-131-6/+0
* vc-log-show-limit: Change default to 500, and the button to 4XDmitry Gutov2026-02-142-7/+9
* Rewrite flex completion with Gotoh algorithmJoão Távora2026-02-131-170/+107
* Only check regular files for package metadataPhilip Kaludercic2026-02-131-1/+1
* Improve 'package-upgrade-all' robustnessPhilip Kaludercic2026-02-131-1/+3
* Fix 'help-echo' for package suggestions in mode linePhilip Kaludercic2026-02-131-28/+17
* Autoload 'diff-no-select'Philip Kaludercic2026-02-134-8/+1
* ; vc-git-topic-outgoing-base: Preparatory refactoring.Sean Whitton2026-02-131-33/+70
* * lisp/emacs-lisp/cond-star.el (cond*): New Edebug specification.Sean Whitton2026-02-131-1/+7
* Eglot: fix neocmakelsp invocationJoão Távora2026-02-131-1/+1
* Revert "Use 'project-name-cached' in 'python-shell-get-process-name'"kobarity2026-02-131-12/+5
* ; Improve documentation of 'package-autosuggest-mode'Eli Zaretskii2026-02-132-35/+57
* Merge branch 'feature/package-autosuggest'Philip Kaludercic2026-02-122-0/+261
|\
| * Ensure package contents for package suggestionsfeature/package-autosuggestPhilip Kaludercic2026-02-121-1/+6
| * ; Reset :initialize for 'package-autosuggest-mode'Philip Kaludercic2026-02-121-1/+1
| * Simplify mode-line prompt for package suggestionsPhilip Kaludercic2026-02-121-5/+1
| * Disable 'package-autosuggest-mode' by defaultPhilip Kaludercic2026-02-111-1/+1
| * Enable fewer minor modes in package suggestion buffersPhilip Kaludercic2026-02-091-2/+0
| * ; Fix partial revert from c31e7ef4d5aPhilip Kaludercic2026-02-071-144/+10
| * Revert "Enable 'package-autosuggest-mode' at startup"Philip Kaludercic2026-02-073-12/+152
| * Use 'buffer-file-name' when matching 'auto-mode-alist'Philip Kaludercic2026-02-061-1/+1
| * Link to "Major Mode" node in manual when suggesting packgesPhilip Kaludercic2026-02-061-0/+2
| * Add separate user option to prevent repetitive package suggestionsPhilip Kaludercic2026-02-061-7/+14
| * ; Properly initialize 'package-autosuggest-mode'Philip Kaludercic2026-02-061-0/+1
| * ; Fix typoPhilip Kaludercic2026-02-061-1/+1
| * ; * lisp/emacs-lisp/package-activate.el: Add note on preloadingPhilip Kaludercic2026-02-061-0/+2
| * Enable 'package-autosuggest-mode' at startupPhilip Kaludercic2026-02-063-151/+151
| * Merge remote-tracking branch 'origin/master' into feature/package-autosuggestPhilip Kaludercic2026-02-0410-177/+176
| |\
| * | Rephrase package suggestion messagePhilip Kaludercic2026-02-041-2/+2
| * | Do not compile database into package.elPhilip Kaludercic2026-02-031-6/+15
| * | Merge remote-tracking branch 'origin/master' into feature/package-autosuggestPhilip Kaludercic2026-02-0135-428/+1009
| |\ \
| * | | Adjust formatting of package suggestion bufferPhilip Kaludercic2026-02-011-11/+13
| * | | ; Use right variable name in 'pcase'Philip Kaludercic2026-02-011-3/+3
| * | | Clarify that package suggestions have to be confirmedPhilip Kaludercic2026-02-011-2/+2
| * | | Explain why package suggestions matchPhilip Kaludercic2026-02-011-3/+16
| * | | Enable 'package-autosuggest-mode' by defaultPhilip Kaludercic2026-02-011-1/+1
| * | | ; Close package suggestion window after installing packagePhilip Kaludercic2026-02-011-1/+4
| * | | Add more elaborate prompt when suggesting packagesPhilip Kaludercic2026-02-011-22/+58
| * | | Display hint for package suggestions after mode namePhilip Kaludercic2026-02-011-5/+4
| * | | Inline database of package suggestionsPhilip Kaludercic2026-02-011-36/+33
| * | | ; Fix typo in docstringPhilip Kaludercic2026-01-251-1/+1
| * | | Mark 'package-autosuggest-database' as privatePhilip Kaludercic2026-01-251-5/+5
| * | | ; Use 'without-restriction'Philip Kaludercic2026-01-251-4/+2
| * | | Merge branch 'feature/package-autosuggest'Philip Kaludercic2026-01-251-0/+187
| |\ \ \
| | * | | Do not suggest packages outside of 'fundamental-mode'Philip Kaludercic2024-11-081-1/+1
| | * | | Merge branch 'master' into feature/package-autosuggestPhilip Kaludercic2024-11-088-22/+1086
| | |\ \ \
| | * | | | Demote errors when failing to install package suggestionsPhilip Kaludercic2024-11-071-5/+6
| | * | | | Distinguish between suggested packages and major modesPhilip Kaludercic2024-11-071-5/+10