summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-05-24 18:00:23 -0500
committerCase Duckworth2021-05-24 18:00:23 -0500
commit67c4eb7fe7ab8b9402bc375f09dc39ce766bbe50 (patch)
treeda6f493aba5c90c5ef8ecdf639ed34c856e8a038 /init.el
parentFurther customize ERC (diff)
downloademacs-67c4eb7fe7ab8b9402bc375f09dc39ce766bbe50.tar.gz
emacs-67c4eb7fe7ab8b9402bc375f09dc39ce766bbe50.zip
Add gemini to browse-url-button-regexp
Also I overengineered some other stuff around that.
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/init.el b/init.el index 2c18993..759541a 100644 --- a/init.el +++ b/init.el
@@ -886,6 +886,9 @@ if ripgrep is installed, otherwise `consult-grep'."
886 (elpher-go url)) 886 (elpher-go url))
887 (t (apply fn url args)))) 887 (t (apply fn url args))))
888 888
889 ;; And buttonize gemini:// links.
890 (acdw/add-button-url-regexp-protocol "gemini")
891
889 (:when-loaded 892 (:when-loaded
890 (setup (:straight (gemini-write 893 (setup (:straight (gemini-write
891 :host nil 894 :host nil