From ced03d8efb20f82c951d8e908d3552411223b1be Mon Sep 17 00:00:00 2001 From: Marco Thomas <39596050+CramMK@users.noreply.github.com> Date: Fri, 27 Aug 2021 12:13:47 +0200 Subject: [PATCH] org: dont auto scale images LET ME SCALE IMAGES! --- files/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/files/init.el b/files/init.el index 5aac07c..6bccae6 100644 --- a/files/init.el +++ b/files/init.el @@ -307,6 +307,7 @@ (org-mode . org-indent-mode) :config (setq org-format-latex-options (plist-put org-format-latex-options :scale 1.5) + org-image-actual-width nil org-agenda-files (quote ("~/org")) org-directory "~/org" org-latex-listings 'minted