summary refs log tree commit diff stats
path: root/machines/bob.el
blob: 37831db249071e919e69930eda42dc05ba172ae5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
;;; bob.el --- Customizations for "bob" -*- lexical-binding: t; -*-

;;; Commentary:

;;; Code:

(require 'acdw)

(+set-faces `((default :family "CMU Typewriter Text"
                       :height 120)
              (variable-pitch :family "CMU Typewriter Text Variable Width"
                              :height 1.1)))

;;; bob.el ends here