Display images in org-mode

master
trémeur 3 years ago
parent 0bdd67f80a
commit 0541598ed5

@ -244,6 +244,11 @@
(add-hook 'org-mode-hook 'visual-line-mode) (add-hook 'org-mode-hook 'visual-line-mode)
(setq org-special-ctrl-a/e t) (setq org-special-ctrl-a/e t)
(setq org-display-inline-images t)
(setq org-redisplay-inline-images t)
(setq org-startup-with-inline-images "inlineimages")
(setq org-image-actual-width '(300))
(load-file "~/.emacs.d/agenda-common.el") (load-file "~/.emacs.d/agenda-common.el")
;; for agenda things used in both emacs and batch ;; for agenda things used in both emacs and batch

Loading…
Cancel
Save