[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/svg-tag-mode 1c58c97f1a 10/12: Fix default value and cu
From: |
ELPA Syncer |
Subject: |
[elpa] externals/svg-tag-mode 1c58c97f1a 10/12: Fix default value and custom type of svg-tag-tags |
Date: |
Wed, 28 Aug 2024 06:59:00 -0400 (EDT) |
branch: externals/svg-tag-mode
commit 1c58c97f1a4edfb97a7b2886a0465f4f35d3510b
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>
Fix default value and custom type of svg-tag-tags
Also change matched text to match the examples.
---
svg-tag-mode.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/svg-tag-mode.el b/svg-tag-mode.el
index ea30dd92e9..05a24cea39 100644
--- a/svg-tag-mode.el
+++ b/svg-tag-mode.el
@@ -138,14 +138,14 @@ This is in contrast to merely setting it to 0."
p))
(defcustom svg-tag-tags
- `(("^TODO" . ((svg-tag-make "TODO") nil nil)))
+ `((":TODO:" (lambda (_) (svg-tag-make "TODO")) nil nil))
"An alist mapping keywords to tags used to display them.
Each entry has the form (keyword . tag). Keyword is used as part
of a regular expression and tag is a function that takes a
string as argument and returns a SVG tag."
:type '(repeat (cons (string :tag "Keyword")
- (list (sexp :tag "Tag")
+ (list (function :tag "Tag")
(sexp :tag "Command")
(sexp :tag "Help")))))
- [elpa] externals/svg-tag-mode updated (ece58da936 -> 91179d9576), ELPA Syncer, 2024/08/28
- [elpa] externals/svg-tag-mode 4b163bd10f 02/12: Fix whitespace errors, ELPA Syncer, 2024/08/28
- [elpa] externals/svg-tag-mode 45e3d967ee 03/12: Increase consistency of whitespace, ELPA Syncer, 2024/08/28
- [elpa] externals/svg-tag-mode 325a42a7af 04/12: Make it easier to navigate between parts of the commentary, ELPA Syncer, 2024/08/28
- [elpa] externals/svg-tag-mode b2ede2a3e5 05/12: Enforce use of spaces for indentation, ELPA Syncer, 2024/08/28
- [elpa] externals/svg-tag-mode 416538ff8b 06/12: Avoid "if chains", ELPA Syncer, 2024/08/28
- [elpa] externals/svg-tag-mode d594e585fa 07/12: Use more appropriate conditionals, ELPA Syncer, 2024/08/28
- [elpa] externals/svg-tag-mode 8f7523f55f 08/12: Fix indentation, ELPA Syncer, 2024/08/28
- [elpa] externals/svg-tag-mode b27ecbf6d1 09/12: Improve docstrings, ELPA Syncer, 2024/08/28
- [elpa] externals/svg-tag-mode 1c58c97f1a 10/12: Fix default value and custom type of svg-tag-tags,
ELPA Syncer <=
- [elpa] externals/svg-tag-mode 91179d9576 12/12: Merge pull request #61 from tarsiiformes/cleanup, ELPA Syncer, 2024/08/28
- [elpa] externals/svg-tag-mode 0ba633b156 01/12: Autoload modes, ELPA Syncer, 2024/08/28
- [elpa] externals/svg-tag-mode 7f42a443e9 11/12: Revert "Added a match-data on tag that can be retrieved by callback", ELPA Syncer, 2024/08/28