summary refs log tree commit diff stats
path: root/machines
diff options
context:
space:
mode:
authorCase Duckworth2022-01-31 17:27:21 -0600
committerCase Duckworth2022-01-31 17:27:39 -0600
commit7ffde2d9bb9165281be249f56d5b363447239ab7 (patch)
treee187a074dde1f4db39bd4b5a4ea18a809a0706ee /machines
parentAdd flyspell to vertico-multiform-categories (diff)
downloademacs-7ffde2d9bb9165281be249f56d5b363447239ab7.tar.gz
emacs-7ffde2d9bb9165281be249f56d5b363447239ab7.zip
Changes
Diffstat (limited to 'machines')
-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