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

    * elpa-packages (mastodon): New package
---
 elpa-config   |  3 ++-
 elpa-packages | 12 ++++++++----
 2 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/elpa-config b/elpa-config
index 0e573d85b7..cf2b657da4 100644
--- a/elpa-config
+++ b/elpa-config
@@ -3,10 +3,11 @@
 ((name                 "NonGNU")
  (gitrepo              "emacs/nongnu.git")
  (url                  "https://elpa.nongnu.org/nongnu/";)
+ ;;(dependencies-archive-contents ("archive-devel/archive-contents"))
  ;;(branch-prefix              "elpa/")
  ;;(release-branch-prefix      "elpa-release/")
  ;;(specs-file         "elpa-packages")
- ;;(debug              nil)
+ ;; (debug             t)
  )
 
 ;; Local Variables:
diff --git a/elpa-packages b/elpa-packages
index 550765b7a0..7927a06165 100644
--- a/elpa-packages
+++ b/elpa-packages
@@ -145,7 +145,7 @@
   :news "CHANGELOG.md"
   :ignored-files ("LICENSE" "bin" "ert-tests"))
 
- ;; (el-mock           :url "https://github.com/rejeep/el-mock.el";)
+ (el-mock              :url "https://github.com/rejeep/el-mock.el";)
 
  (elixir-mode          :url "https://github.com/elixir-editors/emacs-elixir";
   :ignored-files ("tests" "Eldev")
@@ -436,8 +436,12 @@
   ;; :dont-release "-dev\\'"
   :news "CHANGES.md")
 
- ;; (mastodon          :url "https://codeberg.org/martianh/mastodon.el";
- ;;  :lisp-dir "lisp")
+ (mastodon             :url "https://codeberg.org/martianh/mastodon.el";
+  :branch "develop"
+  :release-branch "main"
+  :lisp-dir "lisp"
+  :doc "mastodon.texi"
+  :readme "README.org")
 
  (material-theme       :url "https://github.com/cpaulik/emacs-material-theme";
   :ignored-files ("*.png")
@@ -573,7 +577,7 @@
  (popup                        :url "https://github.com/auto-complete/popup-el";
   :ignored-files ("LICENSE"))
 
- ;; (prescient         :url "https://github.com/radian-software/prescient.el";)
+ (prescient            :url "https://github.com/radian-software/prescient.el";)
 
  (projectile           :url "https://github.com/bbatsov/projectile";
   :ignored-files ("LICENSE" "doc" "test")

Reply via email to