commit c5f2388f495732438e9fb3034d7f3c90765e1709
parent c6f72e4fc6892f667748cccde0ce5af362ebbfc6
Author: Yuval Langer <yuval.langer@gmail.com>
Date: Mon, 23 Sep 2024 08:54:36 +0300
Add group to a defcustom.
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/detubifier.el b/detubifier.el
@@ -45,7 +45,8 @@
("youtu\\.be/" . "invidious.jing.rocks/watch?v=")
("twitter.com" . "nitter.poast.org"))
"List of pairs, each with a regexp and its replacement."
- :type '(list (cons regexp string)))
+ :type '(list (cons regexp string))
+ :group 'detubifier)
(defun detubifier-replace-contents ()
"Replace all occurances of the regular expressions in `detubifier-regexp-replacement-pairs' with their replacement targets."