diff --git a/dotfiles/doom.org b/dotfiles/doom.org index bc2f729..1affbbc 100644 --- a/dotfiles/doom.org +++ b/dotfiles/doom.org @@ -328,6 +328,13 @@ This cause the orgmode tables not to be well aligned. (setq tdh-org-latex-fragment-last begin)))))) #+end_src +** Org Inline Images +Display the real size of images and not the one set with =attr_latex: :width \linewidth= for instance. +#+begin_src emacs-lisp + (after! org + (setq org-image-actual-width t)) +#+end_src + ** Org Links #+begin_src emacs-lisp (after! org