Exclude treemacs from Spacemacs

This commit is contained in:
coolneng 2019-06-08 02:17:45 +02:00
parent ffd88689f1
commit 2c26cafb3f
1 changed files with 4 additions and 1 deletions

View File

@ -90,7 +90,10 @@ 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 '(
treemacs
lsp-treemacs
)
;; Defines the behaviour of Spacemacs when installing packages.
;; Possible values are `used-only', `used-but-keep-unused' and `all'.