emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] main 801d621: * elpa-packages (vertico): Include extensions


From: Stefan Monnier
Subject: [elpa] main 801d621: * elpa-packages (vertico): Include extensions
Date: Wed, 1 Dec 2021 08:22:31 -0500 (EST)

branch: main
commit 801d6210806853787adad0284d1fda1d514fba58
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    * elpa-packages (vertico): Include extensions
---
 elpa-packages | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/elpa-packages b/elpa-packages
index e35a495..2f806bd 100644
--- a/elpa-packages
+++ b/elpa-packages
@@ -383,7 +383,11 @@
  ;; FIXME: Waiting for copyright paperwork.
  ;; ("phpinspect"              :url "https://git.sr.ht/~hugot/phpinspect.el";
  ;;  :auto-sync t)
- ("phps-mode"          :url "https://github.com/cjohansson/emacs-phps-mode";)
+ ("phps-mode"          :url "https://github.com/cjohansson/emacs-phps-mode";
+  ;; Christian Johansson works on a private Git and pushes to both Github
+  ;; and elpa.git anyway, so there's no need to auto-sync.
+  :auto-sync nil
+  )
  ("pinentry"           :url "https://github.com/ueno/pinentry-el.git";)
  ("poker"              :url nil)
  ("posframe"
@@ -518,7 +522,8 @@
  ("vertico"
   :url "https://github.com/minad/vertico";
   :doc "README.org"
-  :ignored-files ("extensions" "*.svg")
+  :ignored-files ("*.svg")
+  :renames (("extensions/" ""))
   :auto-sync t)
  ("vertico-posframe"
   :url "https://github.com/tumashu/vertico-posframe";



reply via email to

[Prev in Thread] Current Thread [Next in Thread]