summaryrefslogtreecommitdiff
path: root/with-editor.org
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2017-07-26 18:41:03 +0200
committerJonas Bernoulli <jonas@bernoul.li>2017-07-26 18:41:03 +0200
commit5851e76fabe52567cf2a57b531597e3317f1178a (patch)
tree59afbc3b39bf302e3d833fd0e753a8b8096d504f /with-editor.org
parent791f985f63abe7f10de3fbd6fd49f9efac05a285 (diff)
Adapt to bug fixes in ox-texinfo and changes in ox-texinfo+ v2
Diffstat (limited to 'with-editor.org')
-rw-r--r--with-editor.org8
1 files changed, 6 insertions, 2 deletions
diff --git a/with-editor.org b/with-editor.org
index d3e8591..537c25e 100644
--- a/with-editor.org
+++ b/with-editor.org
@@ -10,8 +10,7 @@
#+SUBTITLE: for version 2.5.11
#+TEXINFO_DEFFN: t
-#+TEXINFO_CLASS: info+
-#+OPTIONS: H:4 num:nil toc:2
+#+OPTIONS: H:4 num:4 toc:2
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.
@@ -293,3 +292,8 @@ but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
#+END_QUOTE
+
+# Local Variables:
+# eval: (require 'ox-texinfo+ nil t)
+# indent-tabs-mode: nil
+# End: