From 7ad2ad55f6d2a84997ccadbcaf8cfca4de11ad45 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me>
Date: Sat, 10 Oct 2020 19:31:47 -0400
Subject: [PATCH] Expluding company-tern as it is no longer in MELPA and isnt
 actually used despite being included.

---
 .spacemacs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.spacemacs b/.spacemacs
index 413cdc1..839e9bf 100644
--- a/.spacemacs
+++ b/.spacemacs
@@ -98,7 +98,7 @@ This function should only modify configuration layer settings."
    dotspacemacs-frozen-packages '()
 
    ;; A list of packages that will not be installed and loaded.
-   dotspacemacs-excluded-packages '()
+   dotspacemacs-excluded-packages '(company-tern)
 
    ;; Defines the behaviour of Spacemacs when installing packages.
    ;; Possible values are `used-only', `used-but-keep-unused' and `all'.
-- 
GitLab