Add larry.el

This commit is contained in:
Case Duckworth 2022-03-12 11:21:29 -06:00
parent b867ee1889
commit 979fa11e49
1 changed files with 13 additions and 0 deletions

13
machines/larry.el Normal file
View File

@ -0,0 +1,13 @@
;;; larry.el --- Customizations for "larry" -*- lexical-binding: t; -*-
;;; Code:
(require 'acdw)
(require 'machine)
(add-function :after machine-after-load-theme
(defun +larry-set-faces (&rest _)
(+set-faces
`((default :family "DejaVu Sans Mono")
(fixed-pitch :family "DejaVu Sans Mono")
(variable-pitch :family "DejaVu Sans")))))