summary refs log tree commit diff stats
path: root/machines
diff options
context:
space:
mode:
authorCase Duckworth2022-01-31 00:53:30 -0600
committerCase Duckworth2022-01-31 00:53:30 -0600
commite8589cec6ca1048b4771be5dbea6323b7f87df9b (patch)
tree806c3e05212605151481ecaf1938a0c0586f73a6 /machines
parentgah (diff)
downloademacs-e8589cec6ca1048b4771be5dbea6323b7f87df9b.tar.gz
emacs-e8589cec6ca1048b4771be5dbea6323b7f87df9b.zip
Change face-setting logic
Diffstat (limited to 'machines')
-rw-r--r--machines/bob.el8
1 files changed, 6 insertions, 2 deletions
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 @@
4 4
5;;; Code: 5;;; Code:
6 6
7(setq machine-default-font "DejaVu Sans Mono" 7(require 'acdw)
8 machine-default-height 105) 8
9(+set-faces `((default :family "CMU Typewriter Text"
10 :height 120)
11 (variable-pitch :family "CMU Typewriter Text Variable Width"
12 :height 1.1)))
9 13
10;;; bob.el ends here 14;;; bob.el ends here