emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 2dc3e00341 2/3: Recognize gemini in thing-at-point


From: Stefan Kangas
Subject: master 2dc3e00341 2/3: Recognize gemini in thing-at-point
Date: Tue, 12 Jul 2022 06:50:37 -0400 (EDT)

branch: master
commit 2dc3e003413f10ebc8caf99f1cf54fca97d734cb
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    Recognize gemini in thing-at-point
    
    * lisp/thingatpt.el (thing-at-point-uri-schemes): Recognize gemini.
---
 lisp/thingatpt.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lisp/thingatpt.el b/lisp/thingatpt.el
index b3dca5890f..a7c86fb24f 100644
--- a/lisp/thingatpt.el
+++ b/lisp/thingatpt.el
@@ -391,6 +391,8 @@ If nil, construct the regexp from 
`thing-at-point-uri-schemes'.")
     "telnet://" "tftp://"; "tip://" "tn3270://" "udp://" "urn:"
     "uuid:" "vemmi://"  "webcal://" "xri://" "xmlrpc.beep://"
     "xmlrpc.beeps://" "z39.50r://" "z39.50s://" "xmpp:"
+    ;; Unofficial
+    "gemini://"
     ;; Compatibility
     "fax:" "man:" "mms://" "mmsh://" "modem:" "prospero:" "snews:";
     "wais://")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]