From 3923fdd76684c42ffe56930f3058df69d5f4479f Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Tue, 12 Dec 2023 19:18:22 +0100 Subject: [PATCH] Set Fira Code Font : Fix --- config.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config.el b/config.el index 9bd4215..d0a708e 100644 --- a/config.el +++ b/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 "FiraCode Nerd Font" :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