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

;;; Commentary:

;;; Code:

(setq machine-default-font "DejaVu Sans Mono"
      machine-default-height 105)

;;; bob.el ends here