From 0e2f240a03a0c7cb332ff92a084731589ee3469d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Sun, 21 Apr 2024 03:08:59 +0200 Subject: [PATCH] Generation 86 2024-04-21 03:08:58 (current) --- home/jonas/static/doom-config/config.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/home/jonas/static/doom-config/config.el b/home/jonas/static/doom-config/config.el index 1690ead..9a4a8ff 100644 --- a/home/jonas/static/doom-config/config.el +++ b/home/jonas/static/doom-config/config.el @@ -21,8 +21,9 @@ ;; See 'C-h v doom-font' for documentation and more examples of what they ;; accept. For example: ;; -(setq doom-font (font-spec :family "Fira Code" :size 12 :weight 'semi-light) - doom-variable-pitch-font (font-spec :family "Fira Sans" :size 13)) +;; (setq doom-font (font-spec :family "Fira Code" :size 12 :weight 'semi-light) +;; doom-variable-pitch-font (font-spec :family "Fira Sans" :size 13)) +(setq doom-font (font-spec :family "Fira Code" :size 12 :weight 'semi-light)) ;; ;; If you or Emacs can't find your font, use 'M-x describe-font' to look them ;; up, `M-x eval-region' to execute elisp code, and 'M-x doom/reload-font' to