[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] main 5ce7ed2a97: elpa-packages: Re-order with `elpaa--sort-pack
|
From: |
Stefan Monnier |
|
Subject: |
[nongnu] main 5ce7ed2a97: elpa-packages: Re-order with `elpaa--sort-packages` |
|
Date: |
Tue, 30 Jan 2024 16:42:58 -0500 (EST) |
branch: main
commit 5ce7ed2a975737323a1a7819d589a5535f6686e2
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>
elpa-packages: Re-order with `elpaa--sort-packages`
---
elpa-packages | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/elpa-packages b/elpa-packages
index 9032331c31..1f9a16311c 100644
--- a/elpa-packages
+++ b/elpa-packages
@@ -1,6 +1,6 @@
;; -*- lisp-data -*-
-;; Copyright (C) 2020-2023 Free Software Foundation, Inc.
+;; Copyright (C) 2020-2024 Free Software Foundation, Inc.
;; List of packages.
;; The list is made of elements of the form (NAME . PLIST)
@@ -236,11 +236,11 @@
:ignored-files (".travis.yml" "Cask" "LICENSE" "tests" "Makefile"
"flx.el" "misc/flx-helm-demo.el" "misc/flx-test-list.el"))
+ (flymake-guile :url
"https://framagit.org/flymake-backends/flymake-guile.git")
+
(flymake-kondor :url "https://github.com/turbo-cafe/flymake-kondor"
:ignored-files ("COPYING.txt"))
- (flymake-guile :url
"https://framagit.org/flymake-backends/flymake-guile.git")
-
(flymake-popon :url
"https://codeberg.org/akib/emacs-flymake-popon")
(focus :url "https://github.com/larstvei/Focus"
@@ -792,6 +792,9 @@
:ignored-files ("Cask" "LICENSE" "adaptive-wrap.png" "after.png" "before.png"
"centered.png" "no-adaptive-wrap.png" "test" ))
+ ;; (vm :url
"bzr::http://bazaar.launchpad.net/~vm/vm/trunk"
+ ;; :lisp-dir "lisp")
+
(web-mode :url "https://github.com/fxbois/web-mode"
:readme "README.md"
:ignored-files ("LICENSE" "issues" "tests" "run.sh"))
@@ -799,11 +802,11 @@
(webpaste :url "https://github.com/etu/webpaste.el"
:ignored-files ("LICENSE"))
+ (wfnames :url "https://github.com/thierryvolpiatto/wfnames")
+
(wgrep :url
"https://github.com/mhayashi1120/Emacs-wgrep"
:ignored-files "COPYING")
- (wfnames :url "https://github.com/thierryvolpiatto/wfnames")
-
(why-this :url "https://codeberg.org/akib/emacs-why-this")
(with-editor :url "https://github.com/magit/with-editor"
| [Prev in Thread] |
Current Thread |
[Next in Thread] |
- [nongnu] main 5ce7ed2a97: elpa-packages: Re-order with `elpaa--sort-packages`,
Stefan Monnier <=