font family

This commit is contained in:
Thomas Ruoff
2019-09-16 08:15:13 +02:00
parent 886ef9b226
commit 12557e003b

View File

@@ -1,7 +1,6 @@
;;; .dotfiles/emacs/.doom.d/config.el -*- lexical-binding: t; -*- ;;; .dotfiles/emacs/.doom.d/config.el -*- lexical-binding: t; -*-
;; Place your private configuration here ;; Place your private configuration here
(setq doom-font (font-spec :family "Fira Code" :size 16))
(setq user-full-name "Thomas Ruoff") (setq user-full-name "Thomas Ruoff")
(setq user-mail-address "thomasruoff@gmail.com") (setq user-mail-address "thomasruoff@gmail.com")
@@ -20,4 +19,5 @@
(setq org-todo-keywords '((sequence "TODO(t)" "REVIEW(r)" "|" "DONE(d)") (setq org-todo-keywords '((sequence "TODO(t)" "REVIEW(r)" "|" "DONE(d)")
(sequence "[ ](T)" "[?](R)" "|" "[X](D)"))) (sequence "[ ](T)" "[?](R)" "|" "[X](D)")))
(org-clock-persistence-insinuate)
(setq doom-font (font-spec :family "Fira Code" :size 18))