diff --git a/+org.el b/+org.el index c524827..ecffca5 100644 --- a/+org.el +++ b/+org.el @@ -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)