branch: elpa/git-commit commit eb0d359dc57dd284852a723f442e149a3bb4832e Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
manual: Move common settings to .orgconfig --- docs/.orgconfig | 10 ++++++++++ docs/magit-section.org | 7 +------ docs/magit.org | 7 +------ 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/.orgconfig b/docs/.orgconfig new file mode 100644 index 0000000000..7e3fc15660 --- /dev/null +++ b/docs/.orgconfig @@ -0,0 +1,10 @@ +# -*- mode:org -*- + +#+options: H:4 num:3 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/magit-section.org b/docs/magit-section.org index 137ede3a7e..096c4d14c5 100644 --- a/docs/magit-section.org +++ b/docs/magit-section.org @@ -3,18 +3,13 @@ #+author: Jonas Bernoulli #+email: jo...@bernoul.li #+date: 2015-{{{year}}} -#+language: en #+texinfo_dir_category: Emacs #+texinfo_dir_title: Magit-Section: (magit-section). #+texinfo_dir_desc: Use Magit sections in your own packages. #+subtitle: for version {{{version}}} -#+texinfo_deffn: t -#+options: H:4 num:3 toc:2 -#+property: header-args :eval never -#+macro: version (eval (ox-texinfo+-get-version 'mixed)) -#+macro: year (eval (format-time-string "%Y")) +#+setupfile: .orgconfig This package implements the main user interface of Magit — the collapsible sections that make up its buffers. This package used diff --git a/docs/magit.org b/docs/magit.org index d59a69b488..e14d0a58a8 100644 --- a/docs/magit.org +++ b/docs/magit.org @@ -3,18 +3,13 @@ #+author: Jonas Bernoulli #+email: jo...@bernoul.li #+date: 2015-{{{year}}} -#+language: en #+texinfo_dir_category: Emacs #+texinfo_dir_title: Magit: (magit). #+texinfo_dir_desc: Using Git from Emacs with Magit. #+subtitle: for version {{{version}}} -#+texinfo_deffn: t -#+options: H:4 num:3 toc:2 -#+property: header-args :eval never -#+macro: version (eval (ox-texinfo+-get-version 'mixed)) -#+macro: year (eval (format-time-string "%Y")) +#+setupfile: .orgconfig Magit is an interface to the version control system Git, implemented as an Emacs package. Magit aspires to be a complete Git porcelain.