From cdcb99614bddf73bc47381af5d355a8ed8d4dcc0 Mon Sep 17 00:00:00 2001 From: eeva Date: Fri, 18 Mar 2016 17:58:45 +0100 Subject: [PATCH] Smaller font and better fci color --- emacs/.spacemacs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emacs/.spacemacs b/emacs/.spacemacs index d3cfd7a..f8d5df7 100644 --- a/emacs/.spacemacs +++ b/emacs/.spacemacs @@ -243,7 +243,7 @@ executes. before packages are loaded. If you are unsure, you should try in setting them in `dotspacemacs/user-config' first." (setq-default dotspacemacs-default-font '("Fantasque Sans Mono" - :size 20 + :size 16 :weight normal :width normal :powerline-scale 1.1)) @@ -273,6 +273,7 @@ you should place you code here." (list "~/agenda/these.org" "~/agenda/perso.org" "~/agenda/calendars/iutfbleau.org")) + (setq fci-rule-color "#073642") ) ;; Do not write anything past this comment. This is where Emacs will