[Emacs] Wider images in org-mode

This commit is contained in:
Lucien Cartier-Tilet 2020-12-24 22:19:20 +01:00
parent 734745a8e9
commit 5ee319212d
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 2 additions and 2 deletions

View File

@ -2246,10 +2246,10 @@ Some other tweaks will make Org-mode more beautiful. This includes a new folding
org-ellipsis "  ")
#+END_SRC
Lets limit the width of images inlined in org buffers to 400px:
Lets 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 lets do that: