From 352bf38d038d21dc60d041232239b5b44ef61e08 Mon Sep 17 00:00:00 2001 From: luxick Date: Wed, 5 Nov 2025 10:31:01 +0100 Subject: [PATCH] Add remote imaging package --- init.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/init.el b/init.el index b7e22d9..38a6335 100644 --- a/init.el +++ b/init.el @@ -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