From ab732467b9e6e8ccff04470943ad91a4b7e359bd Mon Sep 17 00:00:00 2001 From: Tommy Harris Date: Wed, 21 Jul 2021 17:49:14 -0600 Subject: [PATCH] Add Go layer to .spacemacs Signed-off-by: Tommy Harris --- emacs/.spacemacs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emacs/.spacemacs b/emacs/.spacemacs index 20319ca..1452cd4 100644 --- a/emacs/.spacemacs +++ b/emacs/.spacemacs @@ -30,7 +30,8 @@ values." dotspacemacs-configuration-layer-path '() ;; List of configuration layers to load. dotspacemacs-configuration-layers - '(perl5 + '(go + perl5 treemacs :variables (treemacs-use-follow-mode t treemacs-use-filewatch-mode t