From fde63a60ea037e895ab96724ac98685268c9d8bd Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Fri, 1 Dec 2023 16:04:44 +0100 Subject: Change default Emacs font to Monoisome. --- resources/custom.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/custom.el b/resources/custom.el index 75957ab..34670ae 100644 --- a/resources/custom.el +++ b/resources/custom.el @@ -123,4 +123,4 @@ ;; 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 (:family "Hack" :foundry "SRC" :slant normal :weight normal :height 155 :width normal))))) + '(default ((t (:family "Monoisome" :foundry "PfEd" :slant normal :weight regular :height 120 :width semi-condensed))))) -- cgit v1.2.3