Minor org tweaks for variable fonts

This commit is contained in:
eriedaberrie 2023-02-27 20:30:43 -08:00
parent c04d8582e2
commit bb8709efe6

View file

@ -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)