summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfpi2020-10-06 11:33:39 +0200
committerfpi2020-10-09 12:36:17 +0200
commit74b3176c568479d630a2887c5c1a9d8c8200cbd5 (patch)
treed34546432c9f1cfc549610db4fc8bc0bb6f954d8
parentFix git-annex use-package call (diff)
Match size of org inline images to olivetti width
At least on my display resolution..
-rw-r--r--emacs-init.org5
1 files changed, 4 insertions, 1 deletions
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