From a76bda6a54a79d8e2ab9daddf79eb176a3179e8c Mon Sep 17 00:00:00 2001 From: emacspace Date: Wed, 5 Aug 2020 12:35:48 +0000 Subject: [PATCH] documentation formatting: Wed Aug 5 12:35:48 UTC 2020 --- layers/+emacs/outshine/README.org | 4 ++-- layers/LAYERS.org | 11 +++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/layers/+emacs/outshine/README.org b/layers/+emacs/outshine/README.org index ded7c4eccd63..0032fb461717 100644 --- a/layers/+emacs/outshine/README.org +++ b/layers/+emacs/outshine/README.org @@ -2,7 +2,7 @@ #+TAGS: emacs|layer -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] @@ -23,7 +23,7 @@ file. * Key bindings -| Key Binding | Description | +| Key binding | Description | |---------------+------------------------------------------------------------| | ~SPC a O S~ | Show the contents of all outline sections | | ~SPC a O .~ | Structural navigation/editing transient state | diff --git a/layers/LAYERS.org b/layers/LAYERS.org index a271d4f67e72..62497c592603 100644 --- a/layers/LAYERS.org +++ b/layers/LAYERS.org @@ -24,6 +24,7 @@ - [[#helpful][Helpful]] - [[#ibuffer][IBuffer]] - [[#org][Org]] + - [[#outshine][Outshine]] - [[#quickurl][Quickurl]] - [[#semantic][Semantic]] - [[#smex][Smex]] @@ -482,6 +483,16 @@ Features: - Project-specific TODOs via [[https://github.com/IvanMalison/org-projectile][org-projectile]] - Easy insert of URLs from clipboard with org format via [[https://github.com/rexim/org-cliplink][org-cliplink]] +** Outshine +[[file:+emacs/outshine/README.org][+emacs/outshine/README.org]] + +This layer adds support for [[https://github.com/alphapapa/outshine][outshine]] and [[https://github.com/alphapapa/outorg][outorg]]. They will be enabled in all +programming modes. + +Features: +- Navigate through code buffers via headings like you do with org buffers +- Edit comments under outline headings in separate org-mode buffers + ** Quickurl [[file:+tools/quickurl/README.org][+tools/quickurl/README.org]]