Show images by default with a limited width
This commit is contained in:
parent
fdcd5a4c6b
commit
b48ffef269
3
+org.el
3
+org.el
|
@ -114,3 +114,6 @@
|
||||||
(setq org-download-image-dir "~/.cache/org-download"
|
(setq org-download-image-dir "~/.cache/org-download"
|
||||||
org-attach-id-dir "~/.cache/org-attach"
|
org-attach-id-dir "~/.cache/org-attach"
|
||||||
org-attach-auto-tag nil))
|
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)
|
||||||
|
|
Loading…
Reference in New Issue