summary refs log tree commit diff stats
path: root/machines
diff options
context:
space:
mode:
authorCase Duckworth2022-03-12 11:21:29 -0600
committerCase Duckworth2022-03-12 11:21:29 -0600
commit979fa11e49ed6a1cc2a697422a7350953e9007b2 (patch)
tree53654c52f38e13e76c8a01ff3c27f5c04b271d94 /machines
parentChange org-export-clip-subtree-to-html (diff)
downloademacs-979fa11e49ed6a1cc2a697422a7350953e9007b2.tar.gz
emacs-979fa11e49ed6a1cc2a697422a7350953e9007b2.zip
Add larry.el
Diffstat (limited to 'machines')
-rw-r--r--machines/larry.el13
1 files changed, 13 insertions, 0 deletions
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 @@
1;;; larry.el --- Customizations for "larry" -*- lexical-binding: t; -*-
2
3;;; Code:
4
5(require 'acdw)
6(require 'machine)
7
8(add-function :after machine-after-load-theme
9 (defun +larry-set-faces (&rest _)
10 (+set-faces
11 `((default :family "DejaVu Sans Mono")
12 (fixed-pitch :family "DejaVu Sans Mono")
13 (variable-pitch :family "DejaVu Sans")))))