branch: main
commit 2dd70dfaa4c70d45d137d7d60ec48bc9ab864828
Author: Stefan Monnier <monn...@iro.umontreal.ca>
Commit: Stefan Monnier <monn...@iro.umontreal.ca>

    * elpa-packages: Fix ordering
---
 elpa-packages | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/elpa-packages b/elpa-packages
index 5ab182f93b..644fda1433 100644
--- a/elpa-packages
+++ b/elpa-packages
@@ -37,10 +37,6 @@
   :auto-sync t)
  ("ack"                        :url "https://github.com/leoliu/ack-el";
   :auto-sync t)
- ("polymode"           :url "https://github.com/polymode/polymode";
-  :ignore-files ("targets" "template" "tests")
-  :readme "readme.md"
-  :auto-sync t)
  ("ada-mode"           :url nil
   :doc ("ada-mode.texi" "gpr-mode.texi")
   :branch "ada-mode"
@@ -585,6 +581,10 @@
  ("poke-mode"          :url "git://git.sv.gnu.org/poke/poke-mode.git"
   :auto-sync t)
  ("poker"              :url nil)
+ ("polymode"           :url "https://github.com/polymode/polymode";
+  :ignore-files ("targets" "template" "tests")
+  :readme "readme.md"
+  :auto-sync t)
  ("posframe"
   :url "https://github.com/tumashu/posframe";
   :auto-sync t)

Reply via email to