aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenny Ballou <kb@devnulllabs.io>2021-07-06 09:25:41 -0600
committerKenny Ballou <kb@devnulllabs.io>2021-07-07 13:29:59 -0600
commit0cd08bfece987314971615a057868e1515c24abd (patch)
tree21da565629d70da326ccb12b0fdc07bea9c0b20e
parent3e83d1ba26891b947ad057322b09838e4c2f79e1 (diff)
downloaddotfiles-0cd08bfece987314971615a057868e1515c24abd.tar.gz
dotfiles-0cd08bfece987314971615a057868e1515c24abd.tar.xz
emacs: default to nerd font patched dejavu
Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
-rw-r--r--config/emacs/emacs.d/early-init.el2
1 files changed, 1 insertions, 1 deletions
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)