summaryrefslogtreecommitdiff
path: root/lisp/use-package
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \ | | |/ | |/|
| | * Fix building on Emacs 24.3Stefan Kangas2022-11-131-5/+12
| | * Fix tests on Emacs 26 or olderStefan Kangas2022-11-131-6/+6
| * | Bump version to 2.4.4Payas Relekar2022-11-052-3/+3
| |/
| * Merge pull request from andreyorst/face-spec-set-third-argumentJohn Wiegley2022-10-291-2/+2
| |\
| | * Allow passing the SPEC-TYPE argument via :custom-faceAndrey Listopadov2022-10-292-3/+3
| * | Bump version to 2.4.3Payas Relekar2022-10-282-3/+3
| * | bind-key.el: Bump version for ELPAPayas Relekar2022-10-281-1/+1
| |/
| * Merge pull request from andreyorst/face-spec-setJohn Wiegley2022-10-271-1/+1
| |\
| | * Use face-spec-set instead of custom-set-facesAndrey Listopadov2022-10-171-1/+1
| * | Update version to 2.4.2Payas Relekar2022-10-272-3/+3
| * | Update copyright for submission to ELPAPayas Relekar2022-10-2512-12/+12
| |/
| * Merge pull request from conao3/add-commands-keywordJohn Wiegley2022-10-121-1/+26
| |\
| | * add autoload keywordNaoya Yamashita2021-02-231-1/+26
* | | bind-keys supports passing a list of keymaps as :map argumentJacob First2022-09-292-53/+69