Skip to content
This repository was archived by the owner on Aug 23, 2025. It is now read-only.

Commit 2f09ce1

Browse files
committed
Note archiving of the repository on GitHub
1 parent a8fbc14 commit 2f09ce1

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

README.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
1-
# `use-package`
1+
## NOTICE: This repository has been archived.
2+
3+
Since `use-package` is now a part of Emacs core, all development has
4+
moved there. If you have issues, feature suggestion, or code changes
5+
to propose, please make them to [emacs-devel mailing
6+
list](https://lists.gnu.org/mailman/listinfo/emacs-devel) or by
7+
running `M-x report-emacs-bug` from your Emacs.
8+
9+
Outstanding issues and pull requests in this repository are being kept
10+
for reference, but they have NOT been proactively reported to the
11+
mailing list. If you are author of an issue or a pull request, that
12+
you would like to see integrated, please repeat your request through
13+
one of the means given above.
214

3-
[![Join the chat at https://gitter.im/use-package/Lobby](https://badges.gitter.im/use-package/Lobby.svg)](https://gitter.im/use-package/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
4-
[![Build Status](https://github.com/jwiegley/use-package/actions/workflows/test.yml/badge.svg)](https://github.com/jwiegley/use-package/actions)
5-
[![GNU ELPA](https://elpa.gnu.org/packages/use-package.svg)](https://elpa.gnu.org/packages/use-package.html)
15+
Thank you all for your support and activity here on GitHub, I hope to
16+
see you again on the mailing list!
17+
18+
# `use-package`
619

720
The `use-package` macro allows you to isolate package configuration in your
821
`.emacs` file in a way that is both performance-oriented and, well, tidy. I

0 commit comments

Comments
 (0)