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.el7
1 files changed, 4 insertions, 3 deletions
diff --git a/machines/bob.el b/machines/bob.el index 37831db..e36ee47 100644 --- a/machines/bob.el +++ b/machines/bob.el
@@ -6,9 +6,10 @@
6 6
7(require 'acdw) 7(require 'acdw)
8 8
9(+set-faces `((default :family "CMU Typewriter Text" 9(+set-faces `((default :family "DejaVu Sans Mono"
10 :height 120) 10 :height 105)
11 (variable-pitch :family "CMU Typewriter Text Variable Width" 11 (fixed-pitch :inherit default)
12 (variable-pitch :family "DejaVu Sans"
12 :height 1.1))) 13 :height 1.1)))
13 14
14;;; bob.el ends here 15;;; bob.el ends here