X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/5ef2714a79603c0e5d941744e5b1c7f29cf66512..e65630e02ebd6d255f86951e3b768a2c323712e2:/spacemacs/.spacemacs?ds=inline 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