Add remote imaging package

This commit is contained in:
2025-11-05 10:31:01 +01:00
parent 48cc2c513f
commit 352bf38d03

View File

@@ -354,6 +354,9 @@
(when (executable-find "pandoc")
(setq markdown-command "pandoc -f markdown -t html")))
(use-package org-remoteimg
:straight (org-remoteimg :type git :host github :repo "gaoDean/org-remoteimg"))
(setq
;; Edit settings
org-auto-align-tags nil
@@ -361,6 +364,7 @@
org-catch-invisible-edits 'show-and-error
org-special-ctrl-a/e t
org-insert-heading-respect-content t
org-display-remote-inline-images 'cache
)
;; Programming configuration