diff --git a/layers/+completion/helm/README.org b/layers/+completion/helm/README.org index 41aa36133..4846137b3 100644 --- a/layers/+completion/helm/README.org +++ b/layers/+completion/helm/README.org @@ -4,6 +4,7 @@ * Table of Contents :TOC_4_gh:noexport: - [[#description][Description]] + - [[#features][Features:]] - [[#install][Install]] - [[#alternative-layers][Alternative layers]] - [[#configuration][Configuration]] @@ -33,6 +34,14 @@ and more... Mastering your choice of completion system will make you a Spacemacs power user. +** Features: +- Project wide =grep= like text search via =helm-dir-smart-do-search= +- Project wide text replacements using =helm-edit-mode= +- Buffer wide dynamic text search via =helm-swoop= +- Fuzzy matching for most =helm-sources= +- Detailed configuration parameters for helms appearance +- Intuitive =transient state= + * Install Helm is part of the standard distribution of Spacemacs so you don't have to do anything to install it if you chose this distribution. diff --git a/layers/+completion/ivy/README.org b/layers/+completion/ivy/README.org index 4dd413076..40379a6fd 100644 --- a/layers/+completion/ivy/README.org +++ b/layers/+completion/ivy/README.org @@ -2,6 +2,7 @@ * Table of Contents :TOC_4_gh:noexport: - [[#description][Description]] + - [[#features][Features:]] - [[#install][Install]] - [[#configuration][Configuration]] - [[#key-bindings][Key Bindings]] @@ -17,6 +18,13 @@ and more... Mastering your choice of completion system will make you a Spacemacs power user. +** Features: +- Project wide =grep= like text search via =search-auto= +- Project wide text replacements using =counsel-imenu= +- Buffer wide dynamic text search via =swiper= +- Detailed configuration parameters for ivy appearance +- Intuitive =transient state= + * Install To use this configuration layer, add it to your =~/.spacemacs=. You will need to add =ivy= to the existing =dotspacemacs-configuration-layers= list in this diff --git a/layers/+tools/sphinx/README.org b/layers/+tools/sphinx/README.org index 952ddeced..3f7ec09e7 100644 --- a/layers/+tools/sphinx/README.org +++ b/layers/+tools/sphinx/README.org @@ -4,6 +4,7 @@ * Table of Contents :TOC_4_gh:noexport: - [[#description][Description]] + - [[#features][Features:]] - [[#install][Install]] - [[#configuration][Configuration]] - [[#sphinx-target][Sphinx target]] @@ -11,9 +12,14 @@ - [[#key-bindings][Key bindings]] * Description -The layer adds =Sphinx= support to Spacemacs. It will automatically also install +The layer adds support for the documentation generation system =Sphinx= to the =restructuredtext= layer. +** Features: +- Support for =Sphinx= project compilation +- Support for opening =Sphinx= project target +- Support for opening =Sphinx= config file + * Install To use this configuration layer, add it to your =~/.spacemacs=. You will need to add =sphinx= to the existing =dotspacemacs-configuration-layers= list diff --git a/layers/+web-services/confluence/README.org b/layers/+web-services/confluence/README.org index 4d59b441d..c15891db8 100644 --- a/layers/+web-services/confluence/README.org +++ b/layers/+web-services/confluence/README.org @@ -4,6 +4,7 @@ * Table of Contents :TOC_4_gh:noexport: - [[#description][Description]] + - [[#features][Features:]] - [[#install][Install]] - [[#layer][Layer]] - [[#configuration][Configuration]] @@ -13,8 +14,11 @@ - [[#org][Org]] * Description -This layer add support for Atlassian [[https://www.atlassian.com/software/confluence][Confluence]] to create/edit Confluence pages -and export org buffers to Confluence =wiki= format. +This layer adds support for Atlassian [[https://www.atlassian.com/software/confluence][Confluence]]. + +** Features: +- Creating/editing of Confluence pages +- Exporting of org buffers to Confluence =wiki= format * Install ** Layer