summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2021-12-26 08:33:00 +0100
committerJonas Bernoulli <jonas@bernoul.li>2021-12-26 08:33:00 +0100
commit46de358be62e2ac1f962469a44669372a7b32c20 (patch)
tree37d9c1b4ebe43a1188b6d21847dfc2070246864f /docs
parent09a38531b5bab28830e658ae93f7a5bd6fd053bb (diff)
manual: Move common settings to .orgconfig
Diffstat (limited to 'docs')
-rw-r--r--docs/.orgconfig10
-rw-r--r--docs/with-editor.org7
2 files changed, 11 insertions, 6 deletions
diff --git a/docs/.orgconfig b/docs/.orgconfig
new file mode 100644
index 0000000..8919537
--- /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 d951e6a..42336cf 100644
--- a/docs/with-editor.org
+++ b/docs/with-editor.org
@@ -3,18 +3,13 @@
#+author: Jonas Bernoulli
#+email: jonas@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.