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

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

[nongnu] main da2a33f: * elpa-packages (request): New package


From: Stefan Monnier
Subject: [nongnu] main da2a33f: * elpa-packages (request): New package
Date: Sun, 27 Dec 2020 17:27:05 -0500 (EST)

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

    * elpa-packages (request): New package
---
 elpa-packages | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/elpa-packages b/elpa-packages
index 2eeea97..4589e00 100644
--- a/elpa-packages
+++ b/elpa-packages
@@ -13,15 +13,27 @@
   ;; The version 4.7.1 from Melpa-stable seems to correspond to
   ;; revision a9134009.
   :version-map ((nil "4.7.1" "a9134009bd037a39cbda21806867d0534d340bca")))
+
+ ;; ("magit" :url "https://github.com/magit/magit";
+ ;;  :lisp-dir "lisp")
+
  ("markdown-mode"      :url "https://github.com/jrblevin/markdown-mode";
   :readme "README.md"
   ;; Not needed any more:
   ;; :dont-release "-dev\\'"
   )
+
+ ("request"            :url "https://github.com/tkf/emacs-request";
+  :ignored-files ("tests" "doc" "COPYING"))
+
  ("sly"                        :url "https://github.com/joaotavora/sly";
   :texinfo "doc/sly.texi"
   ;; Not needed any more:
   ;; :version-map (("1.0.0-beta-3" "1.0.0beta3"))
   )
+
  ("tuareg"             :url "https://github.com/ocaml/tuareg.git";)
+
+ ;; ("with-editor" :url "https://github.com/magit/with-editor";
+ ;;  )
  )



reply via email to

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