diff options
| author | Stefan Monnier <monnier@iro.umontreal.ca> | 2026-04-28 23:12:24 -0400 |
|---|---|---|
| committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2026-04-28 23:12:24 -0400 |
| commit | 8ead5cdd719700facc45f3048be627fd971ce01c (patch) | |
| tree | f3138bc12e4fc074224a22851dee7378f66e07a3 | |
| parent | 509fc27b85a8c507fcd5cea28ecef4f4fb89c144 (diff) | |
elpa-package (ellama): Fix doc
| -rw-r--r-- | elpa-packages | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/elpa-packages b/elpa-packages index 0be2aa9..7ad601f 100644 --- a/elpa-packages +++ b/elpa-packages @@ -324,7 +324,7 @@ (elisa :url "https://github.com/s-kostyaev/elisa") (elisp-benchmarks :url nil) (ellama :url "https://github.com/s-kostyaev/ellama" - :doc "ellama.info") + :doc "README.org") (emacs-gc-stats :url "https://git.sr.ht/~yantar92/emacs-gc-stats" :ignored-files ("COPYING")) (emacs-lisp-intro-es :url "https://git.savannah.nongnu.org:/git/elisp-es.git" @@ -718,6 +718,9 @@ (pyim :url "https://github.com/tumashu/pyim.git") (pyim-basedict :url "https://github.com/tumashu/pyim-basedict.git") (python :core "lisp/progmodes/python.el") + ;;(qrencode :url "https://github.com/ruediger/qrencode-el" + ;; ;; Waiting for confirmation from maintainer. + ;; :ignored-files ("LICENSE.md")) (quarter-plane :url nil) (queue :url nil) ;"http://www.dr-qubit.org/git/predictive.git" ;; (rails-routes :url "https://github.com/otavioschwanck/emacs-rails-routes") |
