summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Bandali <me@aminb.org>2015-02-28 16:39:46 -0500
committerAmin Bandali <me@aminb.org>2015-02-28 16:39:46 -0500
commite65630e02ebd6d255f86951e3b768a2c323712e2 (patch)
tree20edad541ff54952121cc6a93a1315db851e0567
parent5ef2714a79603c0e5d941744e5b1c7f29cf66512 (diff)
downloadconfigs-e65630e02ebd6d255f86951e3b768a2c323712e2.tar.gz
configs-e65630e02ebd6d255f86951e3b768a2c323712e2.tar.xz
configs-e65630e02ebd6d255f86951e3b768a2c323712e2.zip
[spacemacs] disable haskell conf layer & set font
Diffstat (limited to '')
-rw-r--r--spacemacs/.spacemacs8
1 files changed, 7 insertions, 1 deletions
diff --git a/spacemacs/.spacemacs b/spacemacs/.spacemacs
index e9f2a61..8fed059 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 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 '()
)
@@ -73,6 +73,12 @@
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