From e8589cec6ca1048b4771be5dbea6323b7f87df9b Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 31 Jan 2022 00:53:30 -0600 Subject: Change face-setting logic --- machines/bob.el | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'machines/bob.el') diff --git a/machines/bob.el b/machines/bob.el index e9b444c..37831db 100644 --- a/machines/bob.el +++ b/machines/bob.el @@ -4,7 +4,11 @@ ;;; Code: -(setq machine-default-font "DejaVu Sans Mono" - machine-default-height 105) +(require 'acdw) + +(+set-faces `((default :family "CMU Typewriter Text" + :height 120) + (variable-pitch :family "CMU Typewriter Text Variable Width" + :height 1.1))) ;;; bob.el ends here -- cgit 1.4.1-21-gabe81