branch: main commit f43f7a0b31e2d58cb362d5b291e8cda6df7d28d2 Author: Alfred M. Szmidt <a...@gnu.org> Commit: Stefan Monnier <monn...@iro.umontreal.ca>
* elpa-packages (vc-fossil): New package --- elpa-packages | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/elpa-packages b/elpa-packages index 1074f4c..dfbe5c4 100644 --- a/elpa-packages +++ b/elpa-packages @@ -228,6 +228,9 @@ ;; https://github.com/Fuco1/smartparens/releases/tag/1.11.0 :version-map ((nil "1.11.0" "4873352b5d0a1c5142658122de1b6950b8fe7e4d"))) + ;; ("subed" :url "https://github.com/rndusr/subed" + ;; :lisp-dir "subed") + ("swift-mode" :url "https://github.com/swift-emacs/swift-mode" :ignored-files ("scripts" "test" "Eldev" "Makefile")) @@ -236,6 +239,8 @@ ("tuareg" :url "https://github.com/ocaml/tuareg.git") + ("vc-fossil" :url "https://github.com/venks1/emacs-fossil") + ("web-mode" :url "https://github.com/fxbois/web-mode" :ignored-files ("issues" "tests" "run.sh"))