From 1357d895a3a3a12fc2ee57833fddb472482d20f3 Mon Sep 17 00:00:00 2001 From: William Moore Date: Sat, 13 Jul 2024 01:21:03 -0500 Subject: [PATCH] Update to remove font as it looks funny on many screens --- init.el | 7 ------- 1 file changed, 7 deletions(-) diff --git a/init.el b/init.el index b2f0adc..b1f4cf1 100644 --- a/init.el +++ b/init.el @@ -14,13 +14,6 @@ (setq custom-file "~/.emacs.d/emacs-custom.el") (load custom-file) -;;(custom-set-faces - ;; custom-set-faces was added by Custom. - ;; 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 "Noto Sans Mono" :foundry "GOOG" :slant normal :weight regular :height 90 :width normal)))) - ;; whomp helpers (require 'whomp-helpers) ;; whomp config