From e65630e02ebd6d255f86951e3b768a2c323712e2 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sat, 28 Feb 2015 16:39:46 -0500 Subject: [PATCH] [spacemacs] disable haskell conf layer & set font --- spacemacs/.spacemacs | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 -- 2.20.1