From ee40fa4468e03eb1030c32bf7c51b93a60e3c195 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Wed, 1 Jan 2020 22:51:53 +0100 Subject: [PATCH] set font and color scheme --- emacs/.doom.d/config.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/emacs/.doom.d/config.el b/emacs/.doom.d/config.el index 8c053b9..308ed87 100644 --- a/emacs/.doom.d/config.el +++ b/emacs/.doom.d/config.el @@ -2,6 +2,9 @@ ;; Place your private configuration here +(setq doom-font (font-spec :family "Fira Code" :size 18)) +(color-theme-sanityinc-tomorrow-eighties) + (setq user-full-name "Thomas Ruoff") (setq user-mail-address "thomasruoff@gmail.com") @@ -21,4 +24,3 @@ (org-clock-persistence-insinuate)) -(setq doom-font (font-spec :family "Fira Code" :size 18))