aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/use-package/use-package-core.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2026 to copyright years.Sean Whitton14 days1-1/+1
* Handle remaining usages of 'package-vc-install-from-checkout'Philip Kaludercic2025-12-111-1/+4
* ; Fix description of use-package :custom keywordDominik Schrempf2025-11-071-1/+1
* Fix use-package :custom-face to set face-defface-spec (bug#77928)Michael Shields2025-04-271-2/+6
* Merge from origin/emacs-30Michael Albinus2025-03-301-4/+4
|\
| * Fix minor issues in documentation of `use-package'Dominik Schrempf2025-03-291-4/+4
| * Update copyright year to 2025Stefan Kangas2025-01-021-1/+1
* | Improve use-package error message on wrong typeStefan Kangas2025-03-021-0/+9
* | Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* | Merge from origin/emacs-30Eli Zaretskii2024-09-071-7/+10
|\ \ | |/
| * Fix :hook in 'use-package'Eli Zaretskii2024-09-041-7/+10
* | Fix broken use-package testsStefan Kangas2024-09-011-6/+6
* | Merge from origin/emacs-30Eli Zaretskii2024-08-311-5/+7
|\ \ | |/
| * Fix handling of hook variables in 'use-package'John Wiegley2024-08-311-5/+7
* | Merge from origin/emacs-30Eli Zaretskii2024-08-241-15/+30
|\ \ | |/
| * Add missing :version tags in use-packageStefan Kangas2024-08-201-17/+34
* | ; Fix :version tagsStefan Kangas2024-08-201-2/+2
* | Delete defgroup use-package-ensureStefan Kangas2024-08-201-9/+0
* | Fix early use of use-package-always-ensureStefan Kangas2024-08-201-3/+53
|/
* Fix ':defer nil' in 'use-package'Eli Zaretskii2024-08-041-3/+3
* Improve `use-package-vc-valid-keywords` docstring formatStefan Kangas2024-07-081-2/+2
* use-package: Add ':ignored-files' support to ':vc' keywordTony Zorman2024-05-181-17/+44
* use-package: Update list of valid :vc keywordsTony Zorman2024-05-181-1/+2
* Add use-package-vc-prefer-newest user optionTony Zorman2024-03-301-3/+19
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
| * Ensure bind-key is its own packageStefan Kangas2023-09-221-0/+1
* | ; Fix typosStefan Kangas2023-12-101-2/+2
* | Stop `use-package-report` from displaying an empty bufferStefan Kangas2023-08-121-8/+16
* | 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-161-2/+109
|/
* Bump use-package version for Emacs 29.1Stefan Kangas2023-01-151-1/+1
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Fix use-package-defaults defcustom type (bug#59941)Mattias EngdegÄrd2022-12-111-3/+1
* ; 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
* ; Improve use-package Commentary sectionsStefan Kangas2022-12-091-7/+3
* ; Normalize GPLv3 license statements in new filesStefan Kangas2022-12-091-3/+5
* Update use-package defgroupsStefan Kangas2022-12-081-1/+3
* Change use-package custom :group to `initialization`Stefan Kangas2022-12-081-1/+1
* Revert "Add: 'local' keyword"Stefan Kangas2022-11-271-27/+1
* Merge pull request from skangas/dir-localsJohn Wiegley2022-11-161-4/+0
|\
| * Add .dir-locals.elStefan Kangas2022-11-161-4/+0
* | Delete redundant headersStefan Kangas2022-11-161-6/+0
* | Normalize GPLv3 license statementsStefan Kangas2022-11-161-11/+9
|/
* Merge pull request from skangas/checkdocJohn Wiegley2022-11-141-27/+29
|\
| * Various checkdoc fixesStefan Kangas2022-11-141-27/+29
* | Merge pull request from skangas/ciJohn Wiegley2022-11-141-5/+12
|\ \ | |/ |/|