diff options
author | Ben Morrison <ben@gbmor.dev> | 2020-05-29 01:31:53 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2020-05-29 01:32:35 -0400 |
commit | 70c34c4e076522639eebc980c4ee84e17ada0da3 (patch) | |
tree | 46f0332e635863e94c2b40ae37a6fa7ec3876f08 /.spacemacs | |
parent | 33d49a3ce862a7202f15440e10a3e973174d70f0 (diff) | |
download | dogfiles-70c34c4e076522639eebc980c4ee84e17ada0da3.tar.gz |
polybar changed date format, spacemacs changed theme, xinitrc set compose key to ralt
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', |