From 1e6c7f40ef6f439ce77f898756b7a79ec63b1e6d Mon Sep 17 00:00:00 2001 From: Ade Attwood Date: Tue, 21 Jan 2025 09:29:42 +0000 Subject: [PATCH] chore(emacs): use FiraCode font to make everything consistent --- site-modules/core/files/emacs/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site-modules/core/files/emacs/init.el b/site-modules/core/files/emacs/init.el index 8e0dee8..36b55eb 100644 --- a/site-modules/core/files/emacs/init.el +++ b/site-modules/core/files/emacs/init.el @@ -33,7 +33,7 @@ This is better than the `C-x +` and C-x - because this is global to emacs not just in in the current buffer." (interactive "nFont Size: ") - (setq aa-font "DejaVu Sans Mono") + (setq aa-font "FiraCode Nerd Font Mono") (setq aa-v-font "Sans Serif") ;; (setq aa-v-font "Ubuntu")