Add tool to explore gemini and gopher spaces.

This commit is contained in:
2021-02-26 19:31:11 -03:00
parent 60a44f83c0
commit 9306dd8013

View File

@@ -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)