summaryrefslogtreecommitdiffstats
path: root/init.el
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2020-01-05 16:08:32 +0000
committerMatthew Lemon <lemon@matthewlemon.com>2020-01-05 16:08:32 +0000
commit0fe9ea3b7523241a8ec244d659e5d85fcda4bc2b (patch)
tree544e9f7cb5cfc85c612e850fbfe50b646d984712 /init.el
parentdf9c165dd3885d34f45b87d780796355be2c9af0 (diff)
gotest installed
Diffstat (limited to '')
-rw-r--r--init.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/init.el b/init.el
index 508c11d..7a7b1ec 100644
--- a/init.el
+++ b/init.el
@@ -2,7 +2,7 @@
;; contents over https.
;; https://www.reddit.com/r/emacs/comments/cdei4p/failed_to_download_gnu_archive_bad_request/etw48ux
;; https://debbugs.gnu.org/cgi/bugreport.cgi?bug=34341
-nn;; this is also included in the configuration.org file
+;; this is also included in the configuration.org file
(if (and (version< emacs-version "26.3") (>= libgnutls-version 30604))
(setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3"))
@@ -735,6 +735,8 @@ nn;; this is also included in the configuration.org file
:config
(add-to-list 'auto-mode-alist '("\\.go\\'" . go-mode)))
+(use-package gotest)
+
;; lsp-ui
(use-package lsp-ui
:after lsp-mode