From 10d740f409924073364ed42e11119a3429e5441c Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Thu, 7 Feb 2019 17:00:01 -0500 Subject: [PATCH] Set a default image width of 1000 --- emacs/init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/init.org b/emacs/init.org index b646f90..1ad4fe9 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -781,7 +781,7 @@ Display inline images after executing a source block: ** Images #+BEGIN_SRC emacs-lisp - (setq org-image-actual-width nil) + (setq org-image-actual-width '(1000)) #+END_SRC * Projectile #+BEGIN_SRC emacs-lisp