branch: main commit 801d6210806853787adad0284d1fda1d514fba58 Author: Stefan Monnier <monn...@iro.umontreal.ca> Commit: Stefan Monnier <monn...@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"