projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
5ef2714
)
[spacemacs] disable haskell conf layer & set font
author
Amin Bandali
<me@aminb.org>
Sat, 28 Feb 2015 21:39:46 +0000
(16:39 -0500)
committer
Amin Bandali
<me@aminb.org>
Sat, 28 Feb 2015 21:39:46 +0000
(16:39 -0500)
spacemacs/.spacemacs
patch
|
blob
|
blame
|
history
diff --git
a/spacemacs/.spacemacs
b/spacemacs/.spacemacs
index
e9f2a61
..
8fed059
100644
(file)
--- 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.
;; 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 '()
)
;; 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
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
)
;; Initialization Hooks