emacs/machines/bob.el

11 lines
199 B
EmacsLisp

;;; 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