Add guix-mode.

This commit is contained in:
2021-02-26 19:32:59 -03:00
parent 67e28e05c2
commit e2c8cb3993

View File

@@ -77,6 +77,9 @@
;; Write gemtext ;; Write gemtext
(use-package gemini) (use-package gemini)
;; Interface with guix package manager
(use-package guix)
;; Programming environment ;; Programming environment
;; We need colors in eshell ;; We need colors in eshell
(use-package xterm-color) (use-package xterm-color)