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

    * elpa-packages (datetime, extmap, logview): New packages
---
 elpa-packages | 21 +++++++++++++++++----
 1 file changed, 17 insertions(+), 4 deletions(-)

diff --git a/elpa-packages b/elpa-packages
index dafc0fd25d..49ec127810 100644
--- a/elpa-packages
+++ b/elpa-packages
@@ -132,6 +132,8 @@
   :ignored-files ("LICENSE" "test" "Cask" "Makefile")
   :news "CHANGELOG.md")
 
+ (datetime             :url "https://github.com/doublep/datetime.git";)
+
  (denote-refs           :url "https://codeberg.org/akib/emacs-denote-refs";)
 
  (devhelp               :url "https://codeberg.org/akib/emacs-devhelp";)
@@ -181,14 +183,14 @@
 
  (eglot-inactive-regions :url 
"https://github.com/fargiolas/eglot-inactive-regions";)
 
- (elixir-mode          :url "https://github.com/elixir-editors/emacs-elixir";
-  :ignored-files ("tests" "Eldev")
-  :news "CHANGELOG.md")
-
  (eldoc-diffstat        :url "https://github.com/kljohann/eldoc-diffstat.git";
   :readme "README.md"
   :news "NEWS.md")
 
+ (elixir-mode          :url "https://github.com/elixir-editors/emacs-elixir";
+  :ignored-files ("tests" "Eldev")
+  :news "CHANGELOG.md")
+
  (elpher               :url "https://thelambdalab.xyz/git/elpher.git";
   :doc "elpher.texi"
   :ignored-files ("Makefile" "ISSUES.org" "RELEASE" "config.mk"))
@@ -263,6 +265,9 @@
  (exec-path-from-shell  :url 
"https://github.com/purcell/exec-path-from-shell.git";
                         :ignored-files (".github" "Makefile"))
 
+ (extmap               :url "https://github.com/doublep/extmap.git";
+  :ignored-files ("LICENSE"))
+
  (flx                  :url "https://github.com/lewang/flx";
   :readme "README.md"
   :ignored-files (".travis.yml" "LICENSE"
@@ -460,6 +465,8 @@
  (kotlin-mode          :url 
"https://github.com/Emacs-Kotlin-Mode-Maintainers/kotlin-mode";
   :ignored-files ("doc" "test" "Cask" "Makefile"))
 
+ (logview              :url "https://github.com/doublep/logview.git";)
+
  (lorem-ipsum           :url "https://github.com/jschaf/emacs-lorem-ipsum";
   :readme "README.md")
 
@@ -546,6 +553,12 @@
 
  (minibar               :url "https://codeberg.org/akib/emacs-minibar";)
 
+ ;; (moc                       :url "https://github.com/positron-solutions/moc";
+ ;;  ;; The generation of the README from `README.org` fails because the
+ ;;  ;; inclusion of `manual.org` fails, presumably because we're not in the
+ ;;  ;; right directory.  :readme "doc/README.org"
+ ;;  :doc "doc/manual.org")
+
  (moe-theme            :url "https://github.com/kuanyui/moe-theme.el.git";
   :ignored-files ("pics" "LICENSE"))
 

Reply via email to