summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2025-09-17 10:50:56 -0400
committerStefan Monnier <monnier@iro.umontreal.ca>2025-09-17 10:50:56 -0400
commit2d8e622a32c6d414be5ef9d98db169b640d6acfa (patch)
tree2b94d845eda77ec43592b430a640d9130efe33dd
parent76b7c127f0abacfec46f59de38dcb02be11807a6 (diff)
elpa-packages: Move comments inside their package spec
-rw-r--r--elpa-packages32
1 files changed, 18 insertions, 14 deletions
diff --git a/elpa-packages b/elpa-packages
index 398945a..2a0220d 100644
--- a/elpa-packages
+++ b/elpa-packages
@@ -120,8 +120,9 @@
(bufferlo :url "https://github.com/florommel/bufferlo"
:readme "README.org")
(buframe :url "https://github.com/haji-ali/buframe.el")
- ;; FIXME: https://github.com/Malabarba/elisp-bug-hunter/issues/31
- (bug-hunter :url "https://github.com/Malabarba/elisp-bug-hunter")
+ (bug-hunter :url "https://github.com/Malabarba/elisp-bug-hunter"
+ ;; FIXME: https://github.com/Malabarba/elisp-bug-hunter/issues/31
+ )
;; (cc-mode :core ("lisp/progmodes/cc-align.el"
;; "lisp/progmodes/cc-awk.el"
;; "lisp/progmodes/cc-bytecomp.el"
@@ -191,8 +192,9 @@
:ignored-files ("license")
:news "changelog.org"
:readme "readme.org")
- ;; FIXME: https://github.com/jacksonrayhamilton/context-coloring/issues/9
- (context-coloring :url "https://github.com/jacksonrayhamilton/context-coloring.git")
+ (context-coloring :url "https://github.com/jacksonrayhamilton/context-coloring.git"
+ ;; FIXME: https://github.com/jacksonrayhamilton/context-coloring/issues/9
+ )
(corfu :url "https://github.com/minad/corfu"
:doc "README.org"
:news "CHANGELOG.org"
@@ -681,12 +683,13 @@
(preview-tailor :url "https://github.com/ultronozm/preview-tailor.el")
(project :core "lisp/progmodes/project.el")
(psgml :url nil) ;; Was https://github.com/lenst/psgml.git
- ;; FIXME: We actually used a filtered version of pspp.git using:
- ;; git filter-branch \
- ;; --index-filter "git read-tree --empty; \
- ;; git reset \$GIT_COMMIT -- pspp-mode.el" \
- ;; -- -- pspp-mode.el
- (pspp-mode :url nil) ;; Was "https://git.sv.gnu.org/git/pspp.git"
+ (pspp-mode :url nil ;; Was "https://git.sv.gnu.org/git/pspp.git"
+ ;; FIXME: We actually used a filtered version of pspp.git using:
+ ;; git filter-branch \
+ ;; --index-filter "git read-tree --empty; \
+ ;; git reset \$GIT_COMMIT -- pspp-mode.el" \
+ ;; -- -- pspp-mode.el
+ )
(pulsar :url "https://github.com/protesilaos/pulsar"
:doc "README.org"
:news "CHANGELOG.org"
@@ -855,10 +858,11 @@
(triples :url "https://github.com/ahyatt/triples"
:readme "README.org")
(ulisp-repl :url "https://git.sr.ht/~fitzsim/ulisp-repl")
- ;; FIXME: The upstream of `undo-tree' has diverged. I tried to
- ;; contact Toby but he's quite busy. He mentioned thinking of using the
- ;; `elpa.git` branch as the official upstream.
- (undo-tree :url "https://gitlab.com/tsc25/undo-tree")
+ (undo-tree :url "https://gitlab.com/tsc25/undo-tree"
+ ;; FIXME: The upstream of `undo-tree' has diverged. I tried to
+ ;; contact Toby but he's quite busy. He mentioned thinking of using the
+ ;; `elpa.git` branch as the official upstream.
+ )
(uni-confusables :url nil
:readme "README.md")
(uniquify-files :url nil)