From 979fa11e49ed6a1cc2a697422a7350953e9007b2 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sat, 12 Mar 2022 11:21:29 -0600 Subject: Add larry.el --- machines/larry.el | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 machines/larry.el (limited to 'machines') diff --git a/machines/larry.el b/machines/larry.el new file mode 100644 index 0000000..ba4edb2 --- /dev/null +++ b/machines/larry.el @@ -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"))))) -- cgit 1.4.1-21-gabe81