]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/ffap.el (ffap-url-regexp): Add gemini.
authorStefan Kangas <stefan@marxist.se>
Fri, 29 Jul 2022 08:45:40 +0000 (10:45 +0200)
committerStefan Kangas <stefan@marxist.se>
Sat, 30 Jul 2022 09:36:36 +0000 (11:36 +0200)
lisp/ffap.el

index ffed9f9759d1f214a0ca7882907dd650b873f0a6..9ed17125de489f100af87db97f2fde19dee49f20 100644 (file)
@@ -185,7 +185,7 @@ Note this name may be omitted if it equals the default
    "\\("
    "news\\(post\\)?:\\|mailto:\\|file:" ; no host ok
    "\\|"
-   "\\(ftp\\|https?\\|telnet\\|gopher\\|www\\|wais\\)://" ; needs host
+   "\\(ftp\\|https?\\|telnet\\|gopher\\|gemini\\|www\\|wais\\)://" ; needs host
    "\\)")
   "Regexp matching the beginning of a URI, for ffap.
 If the value is nil, disable URL-matching features in ffap.")