Add remote imaging package
This commit is contained in:
4
init.el
4
init.el
@@ -354,6 +354,9 @@
|
|||||||
(when (executable-find "pandoc")
|
(when (executable-find "pandoc")
|
||||||
(setq markdown-command "pandoc -f markdown -t html")))
|
(setq markdown-command "pandoc -f markdown -t html")))
|
||||||
|
|
||||||
|
(use-package org-remoteimg
|
||||||
|
:straight (org-remoteimg :type git :host github :repo "gaoDean/org-remoteimg"))
|
||||||
|
|
||||||
(setq
|
(setq
|
||||||
;; Edit settings
|
;; Edit settings
|
||||||
org-auto-align-tags nil
|
org-auto-align-tags nil
|
||||||
@@ -361,6 +364,7 @@
|
|||||||
org-catch-invisible-edits 'show-and-error
|
org-catch-invisible-edits 'show-and-error
|
||||||
org-special-ctrl-a/e t
|
org-special-ctrl-a/e t
|
||||||
org-insert-heading-respect-content t
|
org-insert-heading-respect-content t
|
||||||
|
org-display-remote-inline-images 'cache
|
||||||
)
|
)
|
||||||
|
|
||||||
;; Programming configuration
|
;; Programming configuration
|
||||||
|
|||||||
Reference in New Issue
Block a user