[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] main 902f01ff08: * elpa-packages (rfc-mode): New package
From: |
Stefan Monnier |
Subject: |
[nongnu] main 902f01ff08: * elpa-packages (rfc-mode): New package |
Date: |
Wed, 12 Oct 2022 15:59:39 -0400 (EDT) |
branch: main
commit 902f01ff0815c75e52a39b56fe0af90c9b58a01e
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>
* elpa-packages (rfc-mode): New package
(sweeprolog): Only ignore `LICENSE`. If other files need to be
ignored, it's better to do it with `.elpaignore`.
---
elpa-packages | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/elpa-packages b/elpa-packages
index 7b0b5c6151..8fa52977c5 100644
--- a/elpa-packages
+++ b/elpa-packages
@@ -500,6 +500,10 @@
("request" :url "https://github.com/tkf/emacs-request"
:ignored-files ("tests" "doc" "COPYING"))
+ ("rfc-mode" :url "https://github.com/galdor/rfc-mode"
+ :readme "README.md"
+ :news "changelog.org")
+
("rubocop" :url "https://github.com/rubocop/rubocop-emacs")
("rust-mode" :url "https://github.com/rust-lang/rust-mode"
@@ -567,11 +571,7 @@
:ignored-files "LICENSES/GPL-3.0-or-later.txt")
("sweeprolog" :url "https://github.com/SWI-Prolog/packages-sweep"
- :ignored-files ("LICENSE"
- "sweep.c"
- "sweep.doc"
- "sweeprolog-tests.el"
- "CMakeLists.txt")
+ :ignored-files ("LICENSE")
:doc "README.org")
("swift-mode" :url "https://github.com/swift-emacs/swift-mode"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [nongnu] main 902f01ff08: * elpa-packages (rfc-mode): New package,
Stefan Monnier <=