Show images by default with a limited width

This commit is contained in:
coolneng 2022-09-10 03:25:32 +02:00
parent fdcd5a4c6b
commit b48ffef269
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 3 additions and 0 deletions

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)