Smaller font and better fci color

This commit is contained in:
eeva 2016-03-18 17:58:45 +01:00
parent d5c6e37a10
commit cdcb99614b

View file

@ -243,7 +243,7 @@ executes.
before packages are loaded. If you are unsure, you should try in setting them in before packages are loaded. If you are unsure, you should try in setting them in
`dotspacemacs/user-config' first." `dotspacemacs/user-config' first."
(setq-default dotspacemacs-default-font '("Fantasque Sans Mono" (setq-default dotspacemacs-default-font '("Fantasque Sans Mono"
:size 20 :size 16
:weight normal :weight normal
:width normal :width normal
:powerline-scale 1.1)) :powerline-scale 1.1))
@ -273,6 +273,7 @@ you should place you code here."
(list "~/agenda/these.org" (list "~/agenda/these.org"
"~/agenda/perso.org" "~/agenda/perso.org"
"~/agenda/calendars/iutfbleau.org")) "~/agenda/calendars/iutfbleau.org"))
(setq fci-rule-color "#073642")
) )
;; Do not write anything past this comment. This is where Emacs will ;; Do not write anything past this comment. This is where Emacs will