X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/a41dc7e9039fe5fae27d49e36bef54c878e460e5..044adadc76f2549fc602b2145fcfbeb72e827641:/spacemacs/.spacemacs diff --git a/spacemacs/.spacemacs b/spacemacs/.spacemacs index 538e5dd..e9f2a61 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 '() ) @@ -23,11 +23,11 @@ ;; banner with the corresponding index is used, if the value is `random' ;; then the banner is chosen randomly among the available banners, if ;; the value is nil then no banner is displayed. - dotspacemacs-startup-banner 'random + dotspacemacs-startup-banner 001 ;; List of themes, the first of the list is loaded when spacemacs starts. ;; Press 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 @@ -71,6 +71,8 @@ ;; specified with an installed package. ;; Not used for now. dotspacemacs-default-package-repository nil + ;; Disable setting the cursor color according to states + dotspacemacs-colorize-cursor-according-to-state nil ) ;; Initialization Hooks