Merge.
authorplugd <plugd@thelambdalab.xyz>
Thu, 29 Jul 2021 10:08:05 +0000 (12:08 +0200)
committerplugd <plugd@thelambdalab.xyz>
Thu, 29 Jul 2021 10:08:07 +0000 (12:08 +0200)
elpher.el

index 50d4e87..f47dfa0 100644 (file)
--- a/elpher.el
+++ b/elpher.el
@@ -2017,6 +2017,12 @@ supports the old protocol elpher, where the link is self-contained."
 (setq mu4e~view-beginning-of-url-regexp
       "\\(?:https?\\|gopher\\|finger\\|gemini\\)://\\|mailto:")
 
+;;; eww:
+
+;; Let elpher handle gemini, gopher links in eww buffer.
+(setq eww-use-browse-url
+      "\\`mailto:\\|\\(\\`gemini\\|\\`gopher\\|\\`finger\\)://")
+
 ;;; Interactive procedures
 ;;