Smaller font and better fci color
This commit is contained in:
parent
d5c6e37a10
commit
cdcb99614b
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue