summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
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