From 74b3176c568479d630a2887c5c1a9d8c8200cbd5 Mon Sep 17 00:00:00 2001 From: fpi Date: Tue, 6 Oct 2020 11:33:39 +0200 Subject: Match size of org inline images to olivetti width At least on my display resolution.. --- emacs-init.org | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/emacs-init.org b/emacs-init.org index 0b60ada..546bb5f 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -3732,7 +3732,7 @@ Make gnorb consider the same refile targets as org. Resize inline images to 400px but respect width specifications in attribute lines. #+begin_src emacs-lisp :noweb-ref org-custom :tangle no -(org-image-actual-width '(400)) +(org-image-actual-width '(600)) #+end_src Also display remote images by downloading them. #+begin_src emacs-lisp :noweb-ref org-custom :tangle no @@ -5675,6 +5675,9 @@ temporary buffer is created. (electric-quote-mode -1)) #+end_src ** Writing Setup +:PROPERTIES: +:ID: 9746c4dd-52d9-47fa-943b-7aa58601f22b +:END: I gather all settings related to writing in a minor mode. #+begin_src emacs-lisp (define-minor-mode prose-mode -- cgit v1.2.3