From 9306dd8013eaac773b1f1bbd9d5a35de1cb2ad24 Mon Sep 17 00:00:00 2001 From: mprodges Date: Fri, 26 Feb 2021 19:31:11 -0300 Subject: [PATCH] Add tool to explore gemini and gopher spaces. --- elisp/extras.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/elisp/extras.el b/elisp/extras.el index 408504d..94d69e8 100644 --- a/elisp/extras.el +++ b/elisp/extras.el @@ -66,6 +66,12 @@ ;; :config ;; (load "~/.emacs.d/elisp/openwith-setup.el")) +;; Read Gopher and Gemini +(use-package elpher) + +;; Write gemtext +(use-package gemini) + ;; Programming environment ;; We need colors in eshell (use-package xterm-color)