mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-03 06:27:21 +01:00
font family
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
;;; .dotfiles/emacs/.doom.d/config.el -*- lexical-binding: t; -*-
|
||||
|
||||
;; Place your private configuration here
|
||||
(setq doom-font (font-spec :family "Fira Code" :size 16))
|
||||
|
||||
(setq user-full-name "Thomas Ruoff")
|
||||
(setq user-mail-address "thomasruoff@gmail.com")
|
||||
@@ -20,4 +19,5 @@
|
||||
(setq org-todo-keywords '((sequence "TODO(t)" "REVIEW(r)" "|" "DONE(d)")
|
||||
(sequence "[ ](T)" "[?](R)" "|" "[X](D)")))
|
||||
|
||||
(org-clock-persistence-insinuate)
|
||||
|
||||
(setq doom-font (font-spec :family "Fira Code" :size 18))
|
||||
|
||||
Reference in New Issue
Block a user