aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/use-package (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-29Eli Zaretskii2024-01-131-1/+0
|\
| * ; Don't record multiple versions of use-packageEli Zaretskii2024-01-071-1/+0
* | Merge from savannah/emacs-29Po Lu2024-01-029-9/+9
|\ \ | |/
| * ; Add 2024 to copyright yearsPo Lu2024-01-0210-10/+10
| * Ensure bind-key is its own packageStefan Kangas2023-09-229-0/+9
* | ; Fix typosStefan Kangas2023-12-101-2/+2
* | ; Add missing GNU ELPA :core package statementsStefan Kangas2023-10-011-0/+3
* | Move bind-key.el from lisp/use-package directoryStefan Kangas2023-09-241-570/+0
* | Stop `use-package-report` from displaying an empty bufferStefan Kangas2023-08-121-8/+16
* | Merge from origin/emacs-29Eli Zaretskii2023-08-041-0/+1
|\ \ | |/
| * Fix byte-compiled files that use 'bind-key' from use-packageEli Zaretskii2023-08-041-0/+1
* | Make use-package-statistics-mode non-interactiveStefan Kangas2023-08-021-0/+1
* | use-package: Mark Emacs 25 support code obsoleteStefan Kangas2023-08-021-2/+5
* | Fix use-package :vc keyword when byte-compiledSteven Allen2023-06-031-1/+2
* | Add :vc keyword to use-package for VC package supportTony Zorman2023-05-162-3/+111
* | Merge from origin/emacs-29Stefan Kangas2023-01-172-2/+2
|\ \ | |/
| * Bump use-package version for Emacs 29.1Stefan Kangas2023-01-152-2/+2
* | Merge from origin/emacs-29Eli Zaretskii2023-01-0110-10/+10
|\ \ | |/
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-0110-10/+10
* | Merge from origin/emacs-29Stefan Kangas2022-12-122-6/+4
|\ \ | |/
| * Fix use-package-defaults defcustom type (bug#59941)Mattias EngdegÄrd2022-12-111-3/+1
| * ; * lisp/use-package/bind-key.el: Remove ineffective backslashes.Mattias EngdegÄrd2022-12-111-3/+3
* | Merge from origin/emacs-29Po Lu2022-12-112-9/+8
|\ \ | |/
| * ; Fix typosStefan Kangas2022-12-091-2/+2
| * ; Improve use-package-autoload-keymap docstringStefan Kangas2022-12-091-7/+6
* | Merge from origin/emacs-29Stefan Kangas2022-12-091-5/+8
|\ \ | |/
| * ; Refer to the manual in use-package docstringStefan Kangas2022-12-091-2/+2
| * Clarify :after keyword in use-package docstringStefan Kangas2022-12-091-3/+6
* | Merge from origin/emacs-29Po Lu2022-12-0910-60/+95
|\ \ | |/
| * ; Improve use-package Commentary sectionsStefan Kangas2022-12-0910-29/+45
| * ; Normalize GPLv3 license statements in new filesStefan Kangas2022-12-0910-32/+51
* | Fix namespacing issues in bind-key.elStefan Kangas2022-12-081-7/+12
|/
* ; Minor doc fixes in bind-key.elStefan Kangas2022-12-081-5/+4
* Update use-package defgroupsStefan Kangas2022-12-083-3/+10
* Drop key-chord.el support from use-packageStefan Kangas2022-12-082-167/+0
* Change use-package custom :group to `initialization`Stefan Kangas2022-12-081-1/+1
* ; use-package: Improve :ensure-system-package docstringsStefan Kangas2022-12-081-4/+6
* Improve bind-keys* and override-global-mode docstringsStefan Kangas2022-12-081-1/+17
* Revert "Add: 'local' keyword"Stefan Kangas2022-11-271-27/+1
* Add package keyword from finder-known-keywordsStefan Kangas2022-11-172-2/+2
* Fix Package-Requires for bind-{chord,key}.elStefan Kangas2022-11-172-3/+3
* Merge pull request from skangas/dir-localsJohn Wiegley2022-11-162-5/+0
|\
| * Add .dir-locals.elStefan Kangas2022-11-162-5/+0
* | Delete redundant headersStefan Kangas2022-11-169-44/+0
* | Normalize GPLv3 license statementsStefan Kangas2022-11-1612-112/+125
|/
* Revert "Allow multiple keymaps in :map argument"John Wiegley2022-11-153-71/+54
* Merge remote-tracking branch 'origin/master' into pr-830John Wiegley2022-11-1512-76/+109
|\
| * Merge pull request from skangas/checkdocJohn Wiegley2022-11-147-45/+46
| |\
| | * Various checkdoc fixesStefan Kangas2022-11-147-45/+46
| * | Merge pull request from skangas/ciJohn Wiegley2022-11-142-11/+18
| |\ \ | | |/ | |/|