From bad3f30a2400b6144c6867b5fa9dcdec084f3233 Mon Sep 17 00:00:00 2001 From: xfnw Date: Sun, 24 Apr 2022 17:18:31 -0400 Subject: [PATCH] emacs set font --- .emacs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs b/.emacs index a350167..a86b52f 100644 --- a/.emacs +++ b/.emacs @@ -51,7 +51,7 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. - ) + '(default ((t (:height 120 :width normal :foundry "JB" :family "JetBrainsMono Nerd Font"))))) (require 'org) ;; support gopher and gemini links for org