aboutsummaryrefslogtreecommitdiff
path: root/common/.config/emacs/tools.org
diff options
context:
space:
mode:
authorJacob Janzen <jjanzenn@proton.me>2024-08-11 12:28:22 -0500
committerJacob Janzen <jjanzenn@proton.me>2024-08-11 12:28:22 -0500
commit45f3746ff609ffafd2f643bdb49cd901a27fa05f (patch)
tree5954f0c8d1d5d70ecaeb227a13e2f56f3ad9e655 /common/.config/emacs/tools.org
parent941d88de6de507f4d36c4dd6fd07dfd55395d2d8 (diff)
fix fonts on gentoo; quiet grep on gentoo
Diffstat (limited to 'common/.config/emacs/tools.org')
-rw-r--r--common/.config/emacs/tools.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/.config/emacs/tools.org b/common/.config/emacs/tools.org
index 488378e..ddbf80c 100644
--- a/common/.config/emacs/tools.org
+++ b/common/.config/emacs/tools.org
@@ -98,8 +98,8 @@ Set up fonts. Don't use =monospace= by default. Do use it where necessary though
#+begin_src emacs-lisp :tangle ~/.config/emacs/tools.el :mkdirp yes
(add-hook 'org-mode-hook 'variable-pitch-mode)
(custom-set-faces
- '(variable-pitch ((t :font "CMU Serif-18:weight=thin")))
- '(fixed-pitch ((t :font "SauceCodePro Nerd Font-14:weight=regular")))
+ `(variable-pitch ((t :font ,jj/var-font)))
+ `(fixed-pitch ((t :font ,jj/mono-font)))
'(org-block ((t (:inherit fixed-pitch))))
'(org-code ((t (:inherit (shadow fixed-pitch)))))
'(org-document-info-keyword ((t (:inherit (shadow fixed-pitch)))))