emacs/machines/bob.el

15 lines
345 B
EmacsLisp

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