Minor org tweaks for variable fonts
This commit is contained in:
parent
c04d8582e2
commit
bb8709efe6
8
init.el
8
init.el
|
@ -431,19 +431,21 @@
|
||||||
:custom-face
|
:custom-face
|
||||||
(org-block ((t (:family "JetbrainsMono Nerd Font" :height 105))))
|
(org-block ((t (:family "JetbrainsMono Nerd Font" :height 105))))
|
||||||
(org-code ((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))))
|
(org-hide ((t (:inherit fixed-pitch))))
|
||||||
:custom
|
:custom
|
||||||
(org-list-allow-alphabetical t)
|
(org-list-allow-alphabetical t)
|
||||||
(org-hide-emphasis-markers t)
|
(org-hide-emphasis-markers t)
|
||||||
(org-pretty-entities 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)
|
(org-babel-load-languages '((emacs-lisp . t)
|
||||||
(ruby . t)
|
(ruby . t)
|
||||||
(python . t)
|
(python . t)
|
||||||
(shell . t)
|
(shell . t)
|
||||||
(C . t)))
|
(C . t)))
|
||||||
|
;; NixOS minimal LaTeX setup
|
||||||
|
(org-latex-compiler "lualatex")
|
||||||
|
(org-preview-latex-default-process 'dvisvgm)
|
||||||
:config
|
:config
|
||||||
(setq org-format-latex-options (plist-put org-format-latex-options :scale 1.1))
|
(setq org-format-latex-options (plist-put org-format-latex-options :scale 1.1))
|
||||||
(add-to-list 'org-modules 'org-tempo)
|
(add-to-list 'org-modules 'org-tempo)
|
||||||
|
|
Loading…
Reference in a new issue