From 0cd08bfece987314971615a057868e1515c24abd Mon Sep 17 00:00:00 2001 From: Kenny Ballou Date: Tue, 6 Jul 2021 09:25:41 -0600 Subject: emacs: default to nerd font patched dejavu Signed-off-by: Kenny Ballou --- config/emacs/emacs.d/early-init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/emacs/emacs.d/early-init.el b/config/emacs/emacs.d/early-init.el index d370cd43..2115f0f1 100644 --- a/config/emacs/emacs.d/early-init.el +++ b/config/emacs/emacs.d/early-init.el @@ -115,7 +115,7 @@ https://git.sr.ht/~vdemeester/home/tree/master/item/tools/emacs/early-init.el#L2 (kb/modus-operandi) (set-face-attribute 'default nil - :family "DejaVu Sans Mono" + :family "DejaVuSansMono Nerd Font Mono" :height 110 :weight 'normal :width 'normal) -- cgit v1.2.1