From bb8709efe6b0090d4afa373d15f104f70de23ca1 Mon Sep 17 00:00:00 2001 From: eriedaberrie Date: Mon, 27 Feb 2023 20:30:43 -0800 Subject: [PATCH] Minor org tweaks for variable fonts --- init.el | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/init.el b/init.el index c4d4877..995266c 100644 --- a/init.el +++ b/init.el @@ -431,19 +431,21 @@ :custom-face (org-block ((t (:family "JetbrainsMono Nerd Font" :height 105)))) (org-code ((t (:family "JetbrainsMono Nerd Font" :height 105)))) + (org-meta-line ((t (:family "JetbrainsMono Nerd Font" :height 105)))) + (org-document-info-keyword ((t (:family "JetbrainsMono Nerd Font" :height 105)))) (org-hide ((t (:inherit fixed-pitch)))) :custom (org-list-allow-alphabetical t) (org-hide-emphasis-markers t) (org-pretty-entities t) - ;; NixOS minimal LaTeX setup - (org-latex-compiler "lualatex") - (org-preview-latex-default-process 'dvisvgm) (org-babel-load-languages '((emacs-lisp . t) (ruby . t) (python . t) (shell . t) (C . t))) + ;; NixOS minimal LaTeX setup + (org-latex-compiler "lualatex") + (org-preview-latex-default-process 'dvisvgm) :config (setq org-format-latex-options (plist-put org-format-latex-options :scale 1.1)) (add-to-list 'org-modules 'org-tempo)