diff options
Diffstat (limited to '.spacemacs')
-rw-r--r-- | .spacemacs | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/.spacemacs b/.spacemacs index e96ae3f..800f5c0 100644 --- a/.spacemacs +++ b/.spacemacs @@ -57,6 +57,7 @@ This function should only modify configuration layer settings." helm lsp multiple-cursors + neotree ;; org ;; (shell :variables ;; shell-default-height 30 @@ -64,7 +65,7 @@ This function should only modify configuration layer settings." spell-checking syntax-checking version-control - treemacs + themes-megapack ) ;; List of additional packages that will be installed without being @@ -204,7 +205,9 @@ It should only modify the values of Spacemacs settings." ;; List of themes, the first of the list is loaded when spacemacs starts. ;; Press `SPC T n' to cycle to the next theme in the list (works great ;; with 2 themes variants, one dark and one light) - dotspacemacs-themes '(spacemacs-dark + dotspacemacs-themes '(dracula + gruvbox-dark-hard + spacemacs-dark spacemacs-light) ;; Set the theme for the Spaceline. Supported themes are `spacemacs', |