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