1
0
Fork 0

Increase size of LaTeX previews

This commit is contained in:
Daniele Tricoli 2023-03-21 13:17:23 +01:00
parent 8b10fb7eda
commit 15300b8448
1 changed files with 3 additions and 0 deletions

View File

@ -262,3 +262,6 @@
(set-default 'truncate-lines nil)
(setq helm-buffers-truncate-lines nil)
(setq org-startup-truncated nil)
; Increase size of LaTeX fragment previews
(plist-put org-format-latex-options :scale 2)