set font and color scheme

This commit is contained in:
Thomas Ruoff
2020-01-01 22:51:53 +01:00
parent 3c229a33d4
commit ee40fa4468

View File

@@ -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))