[vim] save file as root with <leader>w
[~bandali/configs] / spacemacs / .spacemacs
index 86c845f..4a88520 100644 (file)
      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.
    dotspacemacs-excluded-packages '()
@@ -66,13 +69,14 @@ before layers configuration."
    ;; 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 '(zenburn)
+   ;; dotspacemacs-themes '(leuven sanityinc-tomorrow-night solarized-dark solarized-light)
+   dotspacemacs-themes '(gotham)
    ;; 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)