From 45f3746ff609ffafd2f643bdb49cd901a27fa05f Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Sun, 11 Aug 2024 12:28:22 -0500 Subject: fix fonts on gentoo; quiet grep on gentoo --- common/.config/emacs/tools.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common/.config/emacs/tools.org') 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))))) -- cgit v1.2.3