Show images by default with a limited width

This commit is contained in:
2022-09-10 03:25:32 +02:00
parent fdcd5a4c6b
commit b48ffef269

View File

@@ -114,3 +114,6 @@
(setq org-download-image-dir "~/.cache/org-download"
org-attach-id-dir "~/.cache/org-attach"
org-attach-auto-tag nil))
;; Show images by default with a limited width
(setq org-startup-with-inline-images t
org-image-actual-width 600)