From 2c26cafb3fb73d5d6fc14d069fb412ba7314966c Mon Sep 17 00:00:00 2001 From: coolneng Date: Sat, 8 Jun 2019 02:17:45 +0200 Subject: [PATCH] Exclude treemacs from Spacemacs --- emacs/.spacemacs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/emacs/.spacemacs b/emacs/.spacemacs index 449dff0..3eed557 100644 --- a/emacs/.spacemacs +++ b/emacs/.spacemacs @@ -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'.