summary refs log tree commit diff stats
path: root/machines
diff options
context:
space:
mode:
authorCase Duckworth2022-07-06 16:47:51 -0500
committerCase Duckworth2022-07-06 16:47:51 -0500
commit58e163e03be262dd2ac7c8239e638cf880a38e09 (patch)
tree1d7d0917002ad4cc364adb27dbc71e95ae9a2e95 /machines
parentRename +compat.el to avoid collision; add a thing (diff)
downloademacs-58e163e03be262dd2ac7c8239e638cf880a38e09.tar.gz
emacs-58e163e03be262dd2ac7c8239e638cf880a38e09.zip
apodsf8u
Diffstat (limited to 'machines')
-rw-r--r--machines/bob.el12
1 files changed, 7 insertions, 5 deletions
diff --git a/machines/bob.el b/machines/bob.el index 40db7b0..5effc5b 100644 --- a/machines/bob.el +++ b/machines/bob.el
@@ -9,14 +9,16 @@
9 9
10(defun +bob-set-faces (&rest _) 10(defun +bob-set-faces (&rest _)
11 (let (;;(base-face "IBM Plex Mono") 11 (let (;;(base-face "IBM Plex Mono")
12 (base-face "Iosevka Comfy Wide") 12 ;; (var-face "IBM Plex Sans")
13 ;; (base-face "Iosevka Comfy Wide")
14 ;; (var-face "Iosevka Comfy Duo")
15 (base-face "DejaVu Sans Mono")
16 (var-face "DejaVu Sans")
13 (base-size 100) 17 (base-size 100)
18 (var-size 1.0)
14 (italic-face nil) 19 (italic-face nil)
15 ;; (bold-face nil) 20 ;; (bold-face nil)
16 (mono-face nil) 21 (mono-face nil))
17 ;; (var-face "IBM Plex Sans")
18 (var-face "Iosevka Comfy Duo")
19 (var-size 1.0))
20 (+set-faces 22 (+set-faces
21 `((default 23 `((default
22 :family ,base-face 24 :family ,base-face