emacs/systems/bob.el

11 lines
197 B
EmacsLisp

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