X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/af39353092e7264819bfee21a34cbf8aa3b76e3c..38acf911aefbf0446fcea6d68f6685bba6f8dc91:/spacemacs/.spacemacs diff --git a/spacemacs/.spacemacs b/spacemacs/.spacemacs index 7a96af8..669f12e 100644 --- a/spacemacs/.spacemacs +++ b/spacemacs/.spacemacs @@ -29,8 +29,10 @@ auctex html clojure - (haskell :variables '(haskell-enable-hindent-style "johan-tibell" + (haskell :variables '(haskell-enable-hindent-style "chris-done" haskell-enable-shm-support t)) + emacs-lisp + rust themes-megapack ) ;; A list of packages and/or extensions that will not be install and loaded. @@ -67,13 +69,13 @@ before layers configuration." ;; 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 '(gotham) + dotspacemacs-themes '(solarized-dark solarized-light) ;; If non nil the cursor color matches the state color. dotspacemacs-colorize-cursor-according-to-state t ;; Default font. `powerline-scale' allows to quickly tweak the mode-line ;; size to make separators look not too crappy. dotspacemacs-default-font '("Source Code Pro" - :size 13 + :size 14 :weight normal :width normal :powerline-scale 1.1)