[spacemacs] disable haskell conf layer & set font
authorAmin Bandali <me@aminb.org>
Sat, 28 Feb 2015 21:39:46 +0000 (16:39 -0500)
committerAmin Bandali <me@aminb.org>
Sat, 28 Feb 2015 21:39:46 +0000 (16:39 -0500)
spacemacs/.spacemacs

index e9f2a61..8fed059 100644 (file)
@@ -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 html)
+ dotspacemacs-configuration-layers '(mu4e evil git c-c++ auctex html)
  ;; A list of packages and/or extensions that will not be install and loaded.
  dotspacemacs-excluded-packages '()
 )
  dotspacemacs-default-package-repository nil
  ;; Disable setting the cursor color according to states
  dotspacemacs-colorize-cursor-according-to-state nil
+ ;; font
+ dotspacemacs-default-font '("Source Code Pro for Powerline"
+                                          :size 14
+                                          :weight normal
+                                          :width normal
+                                          :powerline-scale 1.1)
  )
 
 ;; Initialization Hooks