diff options
author | Case Duckworth | 2022-01-31 17:27:21 -0600 |
---|---|---|
committer | Case Duckworth | 2022-01-31 17:27:39 -0600 |
commit | 7ffde2d9bb9165281be249f56d5b363447239ab7 (patch) | |
tree | e187a074dde1f4db39bd4b5a4ea18a809a0706ee /machines/bob.el | |
parent | Add flyspell to vertico-multiform-categories (diff) | |
download | emacs-7ffde2d9bb9165281be249f56d5b363447239ab7.tar.gz emacs-7ffde2d9bb9165281be249f56d5b363447239ab7.zip |
Changes
Diffstat (limited to 'machines/bob.el')
-rw-r--r-- | machines/bob.el | 7 |
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 |