branch: elpa/with-editor commit 46de358be62e2ac1f962469a44669372a7b32c20 Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
manual: Move common settings to .orgconfig --- docs/.orgconfig | 10 ++++++++++ docs/with-editor.org | 7 +------ 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/docs/.orgconfig b/docs/.orgconfig new file mode 100644 index 0000000000..8919537a19 --- /dev/null +++ b/docs/.orgconfig @@ -0,0 +1,10 @@ +# -*- mode:org -*- + +#+options: H:4 num:4 toc:2 +#+property: header-args :eval never + +#+texinfo_deffn: t +#+macro: year (eval (format-time-string "%Y")) +#+macro: version (eval (ox-texinfo+-get-version 'mixed)) + +#+language: en diff --git a/docs/with-editor.org b/docs/with-editor.org index d951e6a913..42336cf9d1 100644 --- a/docs/with-editor.org +++ b/docs/with-editor.org @@ -3,18 +3,13 @@ #+author: Jonas Bernoulli #+email: jo...@bernoul.li #+date: 2015-{{{year}}} -#+language: en #+texinfo_dir_category: Emacs #+texinfo_dir_title: With-Editor: (with-editor). #+texinfo_dir_desc: Using the Emacsclient as $EDITOR #+subtitle: for version {{{version}}} -#+texinfo_deffn: t -#+options: H:4 num:4 toc:2 -#+property: header-args :eval never -#+macro: version (eval (ox-texinfo+-get-version 'mixed)) -#+macro: year (eval (format-time-string "%Y")) +#+setupfile: .orgconfig The library ~with-editor~ makes it easy to use the Emacsclient as the ~$EDITOR~ of child processes, making sure they know how to call home.