summary refs log tree commit diff stats
path: root/machines/bob.el
diff options
context:
space:
mode:
Diffstat (limited to 'machines/bob.el')
-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