From 80407e66ebc14ece72f3981c6c2cb6a131b29e84 Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Wed, 13 Dec 2023 21:30:06 +0100 Subject: [PATCH] Set default nerd font icons --- config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.el b/config.el index 5b513b7..f001d9c 100644 --- a/config.el +++ b/config.el @@ -23,7 +23,7 @@ ;; ;; (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 14 :weight 'semi-light)) +;; (setq doom-font (font-spec :family "FiraCode Nerd Font" :size 14 :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