summary refs log tree commit diff stats
path: root/machines
diff options
context:
space:
mode:
authorCase Duckworth2022-03-12 11:26:25 -0600
committerCase Duckworth2022-03-12 11:26:25 -0600
commit31f595fafac75c0c72f0fd2530f9595a263cd58d (patch)
tree73aa017db544202c101d554ae323895e12dd8b14 /machines
parentPurge org-contacts (diff)
parentUh (diff)
downloademacs-31f595fafac75c0c72f0fd2530f9595a263cd58d.tar.gz
emacs-31f595fafac75c0c72f0fd2530f9595a263cd58d.zip
Merge branch 'main' of https://tildegit.org/acdw/emacs
Diffstat (limited to 'machines')
-rw-r--r--machines/bob.el15
1 files changed, 8 insertions, 7 deletions
diff --git a/machines/bob.el b/machines/bob.el index 8a2aefc..3455c44 100644 --- a/machines/bob.el +++ b/machines/bob.el
@@ -10,8 +10,8 @@
10;; Other ideas: [[https://twitter.com/NPRougier/status/1488570192561160195][from Nic Rougier]] 10;; Other ideas: [[https://twitter.com/NPRougier/status/1488570192561160195][from Nic Rougier]]
11(add-function :after machine-after-load-theme 11(add-function :after machine-after-load-theme
12 (defun +bob-set-faces (&rest _) 12 (defun +bob-set-faces (&rest _)
13 (let ((base-face "Monego") 13 (let ((base-face "Roboto Mono")
14 (italic-face "Victor Mono") 14 (italic-face nil)
15 ;; (bold-face nil) 15 ;; (bold-face nil)
16 (mono-face nil) 16 (mono-face nil)
17 (var-face "Lato") 17 (var-face "Lato")
@@ -22,16 +22,17 @@
22 :height ,base-size) 22 :height ,base-size)
23 ;; (bold :family ,(or bold-face base-face) 23 ;; (bold :family ,(or bold-face base-face)
24 ;; :weight bold) 24 ;; :weight bold)
25 (italic :family ,(or italic-face base-face) 25 ;; (italic :family ,(or italic-face base-face)
26 :weight medium 26 ;; :weight medium
27 :slant italic 27 ;; :slant italic
28 :height ,base-size) 28 ;; :height ,base-size)
29 (fixed-pitch :family ,(or mono-face base-face) 29 (fixed-pitch :family ,(or mono-face base-face)
30 :weight regular 30 :weight regular
31 :height ,base-size) 31 :height ,base-size)
32 (variable-pitch :family ,(or var-face base-face) 32 (variable-pitch :family ,(or var-face base-face)
33 :height 1.2) 33 :height 1.2)
34 (org-italic :family ,(or var-face base-face) 34 (org-italic :family ,(or var-face base-face)
35 :slant italic)))))) 35 :slant italic))))
36 ))
36 37
37;;; bob.el ends here 38;;; bob.el ends here