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

;;; Commentary:

;;; Code:

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

;;; bob.el ends here