diff options
author | Amin Bandali <me@aminb.org> | 2015-02-13 21:13:46 -0500 |
---|---|---|
committer | Amin Bandali <me@aminb.org> | 2015-02-13 21:13:46 -0500 |
commit | 8cf5891ae67916e494f8270ba600fe696166327d (patch) | |
tree | 9db50e6d94fe8b8d3e3212d15c2c10eb6e3b221e /spacemacs/.spacemacs | |
parent | 9ff0c49a6e870d4862e6e25eed98011cad6fd36b (diff) | |
download | configs-8cf5891ae67916e494f8270ba600fe696166327d.tar.gz configs-8cf5891ae67916e494f8270ba600fe696166327d.tar.xz configs-8cf5891ae67916e494f8270ba600fe696166327d.zip |
[spacemacs] switch to zenburn & add html layer
Diffstat (limited to 'spacemacs/.spacemacs')
-rw-r--r-- | spacemacs/.spacemacs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spacemacs/.spacemacs b/spacemacs/.spacemacs index ff37bf5..2d75751 100644 --- a/spacemacs/.spacemacs +++ b/spacemacs/.spacemacs @@ -10,7 +10,7 @@ ;; Paths must have a trailing slash (ie. `~/.mycontribs/') dotspacemacs-configuration-layer-path '() ;; List of configuration layers to load. - dotspacemacs-configuration-layers '(mu4e evil git haskell c-c++ auctex) + dotspacemacs-configuration-layers '(mu4e evil git haskell c-c++ auctex html) ;; A list of packages and/or extensions that will not be install and loaded. dotspacemacs-excluded-packages '() ) @@ -27,7 +27,7 @@ ;; 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 '(solarized-light solarized-dark) + dotspacemacs-themes '(zenburn) ;; The leader key dotspacemacs-leader-key "SPC" ;; Major mode leader key is a shortcut key which is the equivalent of |