branch: externals/transient commit abbe17560cd175bb83f06d23763868481e5bb78f Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
manual: Move common settings to .orgconfig --- docs/.orgconfig | 10 ++++++++++ docs/transient.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/transient.org b/docs/transient.org index 319768c8db..c92122c004 100644 --- a/docs/transient.org +++ b/docs/transient.org @@ -3,18 +3,13 @@ #+author: Jonas Bernoulli #+email: jo...@bernoul.li #+date: 2018-{{{year}}} -#+language: en #+texinfo_dir_category: Emacs #+texinfo_dir_title: Transient: (transient). #+texinfo_dir_desc: Transient Commands #+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 Taking inspiration from prefix keys and prefix arguments, Transient implements a similar abstraction involving a prefix command, infix