From f44b2642c5ad39ea733bab9987d4948785569ba1 Mon Sep 17 00:00:00 2001 From: Uko Kokņevičs Date: Sun, 9 Mar 2025 20:59:13 +0200 Subject: Add elpher --- init.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'init.el') diff --git a/init.el b/init.el index 78dc54e..bcb0fb1 100644 --- a/init.el +++ b/init.el @@ -410,6 +410,11 @@ :config (global-emojify-mode +1)) +(use-package elpher + :straight t + :commands (elpher) + :custom (elpher-default-url-type "gemini")) + (use-package envrc :straight t ;; This actually has to be hooked to after-init to be one of the first minor modes enabled -- cgit v1.2.3