From 5ee319212d36e0de1c2fa1dac1c40b87b4dd7f52 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Thu, 24 Dec 2020 22:19:20 +0100 Subject: [PATCH] [Emacs] Wider images in org-mode --- org/config/emacs.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org/config/emacs.org b/org/config/emacs.org index a357484..2798f72 100644 --- a/org/config/emacs.org +++ b/org/config/emacs.org @@ -2246,10 +2246,10 @@ Some other tweaks will make Org-mode more beautiful. This includes a new folding org-ellipsis "  ") #+END_SRC -Let’s limit the width of images inlined in org buffers to 400px: +Let’s limit the width of images inlined in org buffers to 550px. It roughly corresponds to the width of a paragraph on which ~org-fill-paragraph~ is called. #+NAME: beautiful-org-images #+BEGIN_SRC emacs-lisp - (setq org-image-actual-width 400) + (setq org-image-actual-width 550) #+END_SRC Visually, I prefer to hide the markers of macros, so let’s do that: