From 4bdf6eedc58f7cf18494edde064dd3d5e5fdb32d Mon Sep 17 00:00:00 2001 From: CeleritasCelery Date: Mon, 28 Aug 2017 14:58:10 -0700 Subject: [PATCH] Fixed feature header --- layers/+chat/jabber/README.org | 6 ++++- .../spacemacs-docker/deps-install/README.org | 4 ++++ .../installers/clojure/README.org | 4 ++++ .../deps-install/installers/dash/README.org | 4 ++++ .../deps-install/installers/fasd/README.org | 4 ++++ .../deps-install/installers/go/README.org | 4 ++++ .../deps-install/installers/gtags/README.org | 4 ++++ .../deps-install/installers/html/README.org | 4 ++++ .../installers/javascript/README.org | 4 ++++ .../deps-install/installers/pandoc/README.org | 4 ++++ .../installers/pdf-tools/README.org | 4 ++++ .../deps-install/installers/python/README.org | 4 ++++ .../installers/spell-checking/README.org | 4 ++++ .../installers/typescript/README.org | 4 ++++ layers/+emacs/better-defaults/README.org | 23 ++++++++++++++++--- layers/+lang/groovy/README.org | 9 ++++---- layers/+lang/html/README.org | 4 ++-- layers/+lang/protobuf/README.org | 4 ++-- layers/+lang/python/README.org | 4 ++-- layers/+lang/rest/README.org | 4 ++-- layers/+lang/restructuredtext/README.org | 4 ++-- layers/+lang/rust/README.org | 5 +++- layers/+lang/scheme/README.org | 10 ++++---- layers/+lang/shell-scripts/README.org | 4 ++-- .../version-control/README.org | 10 ++++---- .../+spacemacs/spacemacs-purpose/README.org | 4 ++-- layers/+tags/gtags/README.org | 4 ++-- layers/+themes/themes-megapack/README.org | 12 ++++++---- layers/+tools/chrome/README.org | 4 ++-- layers/+tools/pass/README.org | 8 ++++--- layers/+tools/ranger/README.org | 4 ++-- layers/+tools/rebox/README.org | 4 ++-- layers/+vim/vinegar/README.org | 4 ++-- layers/+web-services/twitter/README.org | 4 ++-- 34 files changed, 134 insertions(+), 53 deletions(-) diff --git a/layers/+chat/jabber/README.org b/layers/+chat/jabber/README.org index 8fa1ea0ff8d6..eeb6485ec9d1 100644 --- a/layers/+chat/jabber/README.org +++ b/layers/+chat/jabber/README.org @@ -4,6 +4,7 @@ * Table of Contents :TOC_4_gh:noexport: - [[#description][Description]] + - [[#features][Features:]] - [[#install][Install]] - [[#key-bindings][Key bindings]] - [[#jabber-roster][Jabber Roster]] @@ -12,7 +13,10 @@ - [[#joining-rooms][Joining rooms]] * Description -This layer adds keybindings for jabber.el. jabber.el is a Jabber (XMPP) client for Emacs +This layer adds support for the Jabber (XMPP) client for Emacs + +** Features: +- Use Jabber without having to leave Spacemacs * Install To use this configuration layer, add it to your =~/.spacemacs=. You will need to diff --git a/layers/+distributions/spacemacs-docker/deps-install/README.org b/layers/+distributions/spacemacs-docker/deps-install/README.org index d036044b8edc..eb2aa0b1e967 100644 --- a/layers/+distributions/spacemacs-docker/deps-install/README.org +++ b/layers/+distributions/spacemacs-docker/deps-install/README.org @@ -2,6 +2,7 @@ * Table of Contents :TOC_4_gh:noexport: - [[#description][Description]] + - [[#features][Features:]] - [[#supported-layers][Supported layers]] - [[#how-it-works][How it works]] @@ -9,6 +10,9 @@ Dependency installation scripts for Spacemacs layers in Docker environment. +** Features: +- Add Spacemacs to your Docker enviroment so you can build, ship, and run apps, anywhere + * Supported layers 1. [[https://github.com/syl20bnr/spacemacs/blob/develop/layers/%2Bdistributions/spacemacs-docker/deps-install/installers/clojure/README.org][Clojure]] 2. [[https://github.com/syl20bnr/spacemacs/blob/develop/layers/%2Bdistributions/spacemacs-docker/deps-install/installers/dash/README.org][Dash]] diff --git a/layers/+distributions/spacemacs-docker/deps-install/installers/clojure/README.org b/layers/+distributions/spacemacs-docker/deps-install/installers/clojure/README.org index c335a5a86214..e5e59c7d554f 100644 --- a/layers/+distributions/spacemacs-docker/deps-install/installers/clojure/README.org +++ b/layers/+distributions/spacemacs-docker/deps-install/installers/clojure/README.org @@ -2,11 +2,15 @@ * Table of Contents :TOC_4_gh:noexport: - [[#description][Description]] + - [[#features][Features:]] - [[#list-of-installed-software][List of installed software:]] * Description Dependency installation script for [[https://github.com/syl20bnr/spacemacs/blob/develop/layers/%2Blang/clojure/README.org][Clojure layer.]] +** Features: +- Clojure support for Docker + * List of installed software: 1. [[http://packages.ubuntu.com/en/xenial/default-jre-headless][default-jre-headless]] 2. [[https://leiningen.org/][Leiningen]] diff --git a/layers/+distributions/spacemacs-docker/deps-install/installers/dash/README.org b/layers/+distributions/spacemacs-docker/deps-install/installers/dash/README.org index e017962f36e7..952c8cc7c815 100644 --- a/layers/+distributions/spacemacs-docker/deps-install/installers/dash/README.org +++ b/layers/+distributions/spacemacs-docker/deps-install/installers/dash/README.org @@ -2,12 +2,16 @@ * Table of Contents :TOC_4_gh:noexport: - [[#description][Description]] + - [[#features][Features:]] - [[#list-of-installed-software][List of installed software:]] - [[#notes][Notes:]] * Description Dependency installation script for [[https://github.com/syl20bnr/spacemacs/blob/develop/layers/%2Btools/dash/README.org][Dash layer.]] +** Features: +- Dash support for Docker + * List of installed software: 1. [[http://packages.ubuntu.com/en/xenial/zeal][zeal]] - documentation browser. 2. Docsets for layers (if the are used in .spacemacs): diff --git a/layers/+distributions/spacemacs-docker/deps-install/installers/fasd/README.org b/layers/+distributions/spacemacs-docker/deps-install/installers/fasd/README.org index 381172fbd4cb..54a62063552f 100644 --- a/layers/+distributions/spacemacs-docker/deps-install/installers/fasd/README.org +++ b/layers/+distributions/spacemacs-docker/deps-install/installers/fasd/README.org @@ -2,10 +2,14 @@ * Table of Contents :TOC_4_gh:noexport: - [[#description][Description]] + - [[#features][Features:]] - [[#list-of-installed-software][List of installed software:]] * Description Dependency installation script for [[https://github.com/syl20bnr/spacemacs/blob/develop/layers/%2Btools/fasd/README.org][fasd layer.]] +** Features: +- Fasd support for Docker + * List of installed software: 1. [[https://github.com/clvv/fasd][fasd]] diff --git a/layers/+distributions/spacemacs-docker/deps-install/installers/go/README.org b/layers/+distributions/spacemacs-docker/deps-install/installers/go/README.org index 8ddbbda7f28f..2326f6525e70 100644 --- a/layers/+distributions/spacemacs-docker/deps-install/installers/go/README.org +++ b/layers/+distributions/spacemacs-docker/deps-install/installers/go/README.org @@ -2,11 +2,15 @@ * Table of Contents :TOC_4_gh:noexport: - [[#description][Description]] + - [[#features][Features:]] - [[#list-of-installed-software][List of installed software:]] * Description Dependency installation script for [[https://github.com/syl20bnr/spacemacs/blob/develop/layers/%2Blang/go/README.org][Go layer.]] +** Features: +- Go support for Docker + * List of installed software: 1. [[https://golang.org/][Go 1.8]] 2. [[https://github.com/go-check/check/][go-check]] diff --git a/layers/+distributions/spacemacs-docker/deps-install/installers/gtags/README.org b/layers/+distributions/spacemacs-docker/deps-install/installers/gtags/README.org index a57061549477..48a7c353d0ac 100644 --- a/layers/+distributions/spacemacs-docker/deps-install/installers/gtags/README.org +++ b/layers/+distributions/spacemacs-docker/deps-install/installers/gtags/README.org @@ -2,11 +2,15 @@ * Table of Contents :TOC_4_gh:noexport: - [[#description][Description]] + - [[#features][Features:]] - [[#list-of-installed-software][List of installed software:]] * Description Dependency installation script for [[https://github.com/syl20bnr/spacemacs/blob/develop/layers/%2Btags/gtags/README.org][gtags layer.]] +** Features: +- Gtags support for Docker + * List of installed software: 1. [[http://packages.ubuntu.com/en/xenial/python-pygments][python-pygments]] 2. [[https://github.com/universal-ctags/ctags][universal-ctags]] diff --git a/layers/+distributions/spacemacs-docker/deps-install/installers/html/README.org b/layers/+distributions/spacemacs-docker/deps-install/installers/html/README.org index 8493fafbf102..6c0eb023e7bc 100644 --- a/layers/+distributions/spacemacs-docker/deps-install/installers/html/README.org +++ b/layers/+distributions/spacemacs-docker/deps-install/installers/html/README.org @@ -2,11 +2,15 @@ * Table of Contents :TOC_4_gh:noexport: - [[#description][Description]] + - [[#features][Features:]] - [[#list-of-installed-software][List of installed software:]] * Description Dependency installation script for [[https://github.com/syl20bnr/spacemacs/blob/develop/layers/%2Blang/html/README.org][html layer.]] +** Features: +- HTML support for Docker + * List of installed software: 1. [[https://rubygems.org][rubygems]] 2. [[https://www.npmjs.com][npm]] diff --git a/layers/+distributions/spacemacs-docker/deps-install/installers/javascript/README.org b/layers/+distributions/spacemacs-docker/deps-install/installers/javascript/README.org index bf8fd606753d..4f25327d427f 100644 --- a/layers/+distributions/spacemacs-docker/deps-install/installers/javascript/README.org +++ b/layers/+distributions/spacemacs-docker/deps-install/installers/javascript/README.org @@ -2,11 +2,15 @@ * Table of Contents :TOC_4_gh:noexport: - [[#description][Description]] + - [[#features][Features:]] - [[#list-of-installed-software][List of installed software:]] * Description Dependency installation script for [[https://github.com/syl20bnr/spacemacs/blob/master/layers/%2Blang/javascript/README.org][JavaScript layer.]] +** Features: +- Javascript support for Docker + * List of installed software: 1. [[https://www.npmjs.com][npm]] 2. [[https://github.com/CSSLint/csslint][csslint]] diff --git a/layers/+distributions/spacemacs-docker/deps-install/installers/pandoc/README.org b/layers/+distributions/spacemacs-docker/deps-install/installers/pandoc/README.org index 0b6a80268a3c..f8dfc5f35ee3 100644 --- a/layers/+distributions/spacemacs-docker/deps-install/installers/pandoc/README.org +++ b/layers/+distributions/spacemacs-docker/deps-install/installers/pandoc/README.org @@ -2,10 +2,14 @@ * Table of Contents :TOC_4_gh:noexport: - [[#description][Description]] + - [[#features][Features:]] - [[#list-of-installed-software][List of installed software:]] * Description Dependency installation script for [[https://github.com/syl20bnr/spacemacs/blob/develop/layers/%2Btools/pandoc/README.org][pandoc layer.]] +** Features: +- Pandoc support for Docker + * List of installed software: 1. [[http://packages.ubuntu.com/xenial/pandoc][pandoc]] diff --git a/layers/+distributions/spacemacs-docker/deps-install/installers/pdf-tools/README.org b/layers/+distributions/spacemacs-docker/deps-install/installers/pdf-tools/README.org index 43b1c7fbb2de..0806c0997a82 100644 --- a/layers/+distributions/spacemacs-docker/deps-install/installers/pdf-tools/README.org +++ b/layers/+distributions/spacemacs-docker/deps-install/installers/pdf-tools/README.org @@ -2,11 +2,15 @@ * Table of Contents :TOC_4_gh:noexport: - [[#description][Description]] + - [[#features][Features:]] - [[#list-of-installed-software][List of installed software:]] * Description Dependency installation script for [[https://github.com/syl20bnr/spacemacs/blob/develop/layers/+tools/pdf-tools/README.org][pdf-tools layer.]] +** Features: +- PDF support for Docker + * List of installed software: 1. [[https://www.imagemagick.org/script/index.php][imagemagick]] 2. [[https://github.com/politza/pdf-tools][pdf-tools]] diff --git a/layers/+distributions/spacemacs-docker/deps-install/installers/python/README.org b/layers/+distributions/spacemacs-docker/deps-install/installers/python/README.org index 4caa7fb56f95..c605e68fdca9 100644 --- a/layers/+distributions/spacemacs-docker/deps-install/installers/python/README.org +++ b/layers/+distributions/spacemacs-docker/deps-install/installers/python/README.org @@ -2,11 +2,15 @@ * Table of Contents :TOC_4_gh:noexport: - [[#description][Description]] + - [[#features][Features:]] - [[#list-of-installed-software][List of installed software:]] * Description Dependency installation script for [[https://github.com/syl20bnr/spacemacs/blob/develop/layers/%2Blang/python/README.org][python layer]]. +** Features: +- Python support for Docker + * List of installed software: 1. [[https://pypi.python.org/pypi/pip][pip]] 2. [[https://github.com/davidhalter/jedi][jedi]] diff --git a/layers/+distributions/spacemacs-docker/deps-install/installers/spell-checking/README.org b/layers/+distributions/spacemacs-docker/deps-install/installers/spell-checking/README.org index 322f8fd6b244..a3f3ac599423 100644 --- a/layers/+distributions/spacemacs-docker/deps-install/installers/spell-checking/README.org +++ b/layers/+distributions/spacemacs-docker/deps-install/installers/spell-checking/README.org @@ -2,10 +2,14 @@ * Table of Contents :TOC_4_gh:noexport: - [[#description][Description]] + - [[#features][Features:]] - [[#list-of-installed-software][List of installed software:]] * Description Dependency installation script for [[https://github.com/syl20bnr/spacemacs/blob/develop/layers/%2Bcheckers/spell-checking/README.org][spell-checking layer.]] +** Features: +- ispell support for Docker + * List of installed software: 1. [[http://packages.ubuntu.com/xenial/ispell][ispell]] diff --git a/layers/+distributions/spacemacs-docker/deps-install/installers/typescript/README.org b/layers/+distributions/spacemacs-docker/deps-install/installers/typescript/README.org index 1af9df44ea20..9cbe4bd63a96 100644 --- a/layers/+distributions/spacemacs-docker/deps-install/installers/typescript/README.org +++ b/layers/+distributions/spacemacs-docker/deps-install/installers/typescript/README.org @@ -2,11 +2,15 @@ * Table of Contents :TOC_4_gh:noexport: - [[#description][Description]] + - [[#features][Features:]] - [[#list-of-installed-software][List of installed software:]] * Description Dependency installation script for [[https://github.com/syl20bnr/spacemacs/blob/master/layers/%2Blang/typescript/README.org][TypeScript layer.]] +** Features: +- Typescript support for Docker + * List of installed software: 1. [[https://www.npmjs.com][npm]] 2. [[https://github.com/Microsoft/TypeScript][typescript]] diff --git a/layers/+emacs/better-defaults/README.org b/layers/+emacs/better-defaults/README.org index c23099ae4442..2479fc8d6731 100644 --- a/layers/+emacs/better-defaults/README.org +++ b/layers/+emacs/better-defaults/README.org @@ -5,6 +5,9 @@ * Table of Contents :TOC_4_gh:noexport: - [[#description][Description]] - [[#features][Features:]] + - [[#smart-line-navigation][Smart line navigation]] + - [[#spacemacsbackward-kill-word-or-region][=spacemacs/backward-kill-word-or-region=]] + - [[#fill-or-unfill-paragraph][Fill or unfill paragraph]] - [[#install][Install]] - [[#configuration][Configuration]] - [[#key-bindings][Key bindings]] @@ -21,9 +24,23 @@ style. The commands defined in this layer are taken from various sources like [[https://github.com/bbatsov/prelude][Prelude]]. ** Features: -- Smart line navigation: Subsequent presses of ~C-a~ toggles between the beginning of the line and the first non-whitespace character. Similarly, subsequent presses of ~C-e~ will toggle between the end of the code and the end of the comments. -- =spacemacs/backward-kill-word-or-region=: A combination of =kill-region= and =backward-kill-word=, depending on whether there is an active region. If there's an active region kill that. If not kill the preceding word. -- Fill or unfill paragraph: Pressing ~M-q~ for the first time fills current paragraph and pressing ~M-q~ for the second time unfills it. Note that some modes override this key binding so it's not available everywhere. Due to implementation details unfilling doesn't work when called twice via ~M-x~. +** Smart line navigation +Subsequent presses of ~C-a~ toggles between the beginning of the line and the +first non-whitespace character. + +Similarly, subsequent presses of ~C-e~ will toggle between the end of the code +and the end of the comments. + +** =spacemacs/backward-kill-word-or-region= +A combination of =kill-region= and =backward-kill-word=, depending on whether +there is an active region. If there's an active region kill that. If not kill +the preceding word. + +** Fill or unfill paragraph +Pressing ~M-q~ for the first time fills current paragraph and pressing ~M-q~ for +the second time unfills it. Note that some modes override this key binding so +it's not available everywhere. Due to implementation details unfilling doesn't +work when called twice via ~M-x~. * Install To use this configuration layer, add it to your =~/.spacemacs=. You will need to diff --git a/layers/+lang/groovy/README.org b/layers/+lang/groovy/README.org index d1409f190168..51c4786c5639 100644 --- a/layers/+lang/groovy/README.org +++ b/layers/+lang/groovy/README.org @@ -4,19 +4,20 @@ * Table of Contents :TOC_4_gh:noexport: - [[#description][Description]] + - [[#features][Features:]] - [[#install][Install]] - - [[#layer][Layer]] - [[#key-bindings][Key bindings]] - [[#repl][REPL]] * Description This layer supports [[http://www.groovy-lang.org/][groovy]] development in Spacemacs. -It has basic/non-smart auto-completion with the =syntax-checking= layer -and REPL integration. +** Features: +- Basic dabbrev auto-completion with company +- Auto-generate imports with [[https://github.com/mbezjak/emacs-groovy-imports][groovy-imports]] +- Groovy REPL integration * Install -** Layer To use this configuration layer, add it to your =~/.spacemacs=. You will need to add =groovy= to the existing =dotspacemacs-configuration-layers= list in this file. diff --git a/layers/+lang/html/README.org b/layers/+lang/html/README.org index c051f1f4e767..c4dc0c157770 100644 --- a/layers/+lang/html/README.org +++ b/layers/+lang/html/README.org @@ -4,7 +4,7 @@ * Table of Contents :TOC_4_gh:noexport: - [[#description][Description]] - - [[#features][Features]] + - [[#features][Features:]] - [[#install][Install]] - [[#live-display-in-browser][Live display in browser]] - [[#key-bindings][Key Bindings]] @@ -14,7 +14,7 @@ * Description This layer adds support for editing HTML and CSS. -** Features +** Features: - Editing HTML and CSS file using [[http://web-mode.org/][web-mode]] - Support for Sass/Scss and Less files - Generate HTML and CSS coding using [[https://github.com/smihica/emmet-mode][emmet-mode]] diff --git a/layers/+lang/protobuf/README.org b/layers/+lang/protobuf/README.org index e3677e2be368..1c66a1b9acdc 100644 --- a/layers/+lang/protobuf/README.org +++ b/layers/+lang/protobuf/README.org @@ -4,13 +4,13 @@ * Table of Contents :TOC_4_gh:noexport: - [[#description][Description]] -- [[#features][Features]] + - [[#features][Features:]] - [[#install][Install]] * Description Highlighting and syntax checking for [[https://developers.google.com/protocol-buffers/][Protocol Buffer]] files. -* Features +** Features: - Syntax highlighting - Syntax checking using Flycheck (=protoc= compiler must be available) - Correct indentation and commenting diff --git a/layers/+lang/python/README.org b/layers/+lang/python/README.org index ee043ce178c2..5d2fccb52722 100644 --- a/layers/+lang/python/README.org +++ b/layers/+lang/python/README.org @@ -4,7 +4,7 @@ * Table of Contents :TOC_4_gh:noexport: - [[#description][Description]] - - [[#features][Features]] + - [[#features][Features:]] - [[#install][Install]] - [[#layer][Layer]] - [[#dependencies][Dependencies]] @@ -34,7 +34,7 @@ * Description This layer adds support for the Python language. -** Features +** Features: - Auto-completion using [[https://github.com/proofit404/anaconda-mode][anaconda-mode]] - Code Navigation using [[https://github.com/proofit404/anaconda-mode][anaconda-mode]] - Documentation Lookup using [[https://github.com/proofit404/anaconda-mode][anaconda-mode]] and [[https://github.com/tsgates/pylookup][pylookup]] diff --git a/layers/+lang/rest/README.org b/layers/+lang/rest/README.org index a1358633f7ba..25686679dfa5 100644 --- a/layers/+lang/rest/README.org +++ b/layers/+lang/rest/README.org @@ -2,7 +2,7 @@ * Table of Contents :TOC_4_gh:noexport: - [[#description][Description]] - - [[#features][Features]] + - [[#features][Features:]] - [[#install][Install]] - [[#configuration][Configuration]] - [[#sphinx-target][Sphinx target]] @@ -13,7 +13,7 @@ The layer adds ReStructuredText (ReST) support to Spacemacs and adds some functions to =rst-mode=. -** Features +** Features: - =rst= files are supported via Emacs built-in =rst.el=. - Lists are inserted by new functions. - Directives can be inserted easily. diff --git a/layers/+lang/restructuredtext/README.org b/layers/+lang/restructuredtext/README.org index 556179da8940..38f5c4b9dc08 100644 --- a/layers/+lang/restructuredtext/README.org +++ b/layers/+lang/restructuredtext/README.org @@ -4,7 +4,7 @@ * Table of Contents :TOC_4_gh:noexport: - [[#description][Description]] - - [[#features][Features]] + - [[#features][Features:]] - [[#install][Install]] - [[#configuration][Configuration]] - [[#auto-complete][Auto-complete]] @@ -15,7 +15,7 @@ functions to =rst-mode=. Note: to add =Sphinx= specific support use the layer =sphinx=. -** Features +** Features: - =rst= files are supported via Emacs built-in =rst.el=. - Lists are inserted by new functions. - Directives can be inserted easily. diff --git a/layers/+lang/rust/README.org b/layers/+lang/rust/README.org index ed6e3f51d810..fc7185092c1e 100644 --- a/layers/+lang/rust/README.org +++ b/layers/+lang/rust/README.org @@ -4,6 +4,7 @@ * Table of Contents :TOC_4_gh:noexport: - [[#description][Description]] + - [[#features][Features:]] - [[#install][Install]] - [[#layer][Layer]] - [[#racer][Racer]] @@ -14,7 +15,9 @@ * Description This layer supports [[https://www.rust-lang.org/en-US/][Rust]] development in Spacemacs. -It has auto-completion and navigation support through [[https://github.com/phildawes/racer][Racer]] and supports [[http://doc.crates.io/index.html][Cargo]]. +** Features: +- Auto-completion and navigation support through [[https://github.com/phildawes/racer][Racer]] +- support for the Rust package manager [[http://doc.crates.io/index.html][Cargo]] * Install ** Layer diff --git a/layers/+lang/scheme/README.org b/layers/+lang/scheme/README.org index dd84f36eefda..10dc39335ccf 100644 --- a/layers/+lang/scheme/README.org +++ b/layers/+lang/scheme/README.org @@ -2,6 +2,7 @@ * Table of Contents :TOC_4_gh:noexport: - [[#description][Description]] + - [[#features][Features:]] - [[#install][Install]] - [[#key-bindings][Key Bindings]] - [[#compiling][Compiling]] @@ -13,12 +14,13 @@ - [[#evaluation][Evaluation]] * Description -A spacemacs layer providing Scheme support via [[http://www.nongnu.org/geiser/][Geiser]]. +This layer adds support for Scheme via [[http://www.nongnu.org/geiser/][Geiser]]. Note that combined usage of racket-mode and geiser has not been tested. -* Install -The scheme layer currently supports: Chicken and Guile. Combined usage of racket-mode -and geiser has not been tested. +** Features: +- Support the Scheme compiler [[https://www.call-cc.org/][Chicken]] +- Support for the extension language platform [[https://www.gnu.org/software/guile/][Guile]] +* Install To use this configuration layer, add it to your =~/.spacemacs=. You will need to add =scheme= to the existing =dotspacemacs-configuration-layers= list in this file. diff --git a/layers/+lang/shell-scripts/README.org b/layers/+lang/shell-scripts/README.org index ea1399c0ff27..4780b2336801 100644 --- a/layers/+lang/shell-scripts/README.org +++ b/layers/+lang/shell-scripts/README.org @@ -4,7 +4,7 @@ * Table of Contents :TOC_4_gh:noexport: - [[#description][Description]] - - [[#features][Features]] + - [[#features][Features:]] - [[#install][Install]] - [[#linting][Linting]] - [[#style-checking][Style checking]] @@ -19,7 +19,7 @@ Supported scripting files: *Note:* For Windows scripting see the layer =windows-scripts= -** Features +** Features: - Auto-completion using [[https://github.com/Alexander-Miller/company-shell][company-shell]] - =Sh= scripts linting using [[https://www.shellcheck.net/][shellcheck]] - =Sh= scripts style checking using [[https://github.com/openstack-dev/bashate][bashate]] diff --git a/layers/+source-control/version-control/README.org b/layers/+source-control/version-control/README.org index 3f1f5ba0e876..4b1ee4a8fdd4 100644 --- a/layers/+source-control/version-control/README.org +++ b/layers/+source-control/version-control/README.org @@ -2,7 +2,7 @@ * Table of Contents :TOC_4_gh:noexport: - [[#description][Description]] - - [[#features][Features]] + - [[#features][Features:]] - [[#install][Install]] - [[#layer][Layer]] - [[#configuration][Configuration]] @@ -15,11 +15,9 @@ This layers adds general configuration for [[http://www.gnu.org/software/emacs/manual/html_node/emacs/Version-Control.html][Emacs VC]]. It should work with all VC backends such as Git, Mercurial, Bazaar, SVN, etc... -** Features -- highlights uncommitted changes in the fringe or margin with [[https://github.com/dgutov/diff-hl][diff-hl]], -git-gutter, or git-gutter+ -- adds vcs transient-state ~SPC g.~ to allow quick navigation and modification of -buffer hunks. +** Features: +- highlights uncommitted changes in the fringe or margin with [[https://github.com/dgutov/diff-hl][diff-hl]], [[https://github.com/syohex/emacs-git-gutter][git-gutter]], or [[https://github.com/nonsequitur/git-gutter-plus][git-gutter+]] +- adds vcs transient-state ~SPC g.~ to allow quick navigation and modification of buffer hunks. * Install ** Layer diff --git a/layers/+spacemacs/spacemacs-purpose/README.org b/layers/+spacemacs/spacemacs-purpose/README.org index 81b755ed252a..fcaf9c08387d 100644 --- a/layers/+spacemacs/spacemacs-purpose/README.org +++ b/layers/+spacemacs/spacemacs-purpose/README.org @@ -4,7 +4,7 @@ - [[#description][Description]] - [[#purposes][Purposes]] - [[#switch-to-buffer-and-display-buffer][switch-to-buffer and display-buffer]] -- [[#features][Features]] + - [[#features][Features:]] - [[#windows-purpose-purpose-mode][windows-purpose (purpose-mode)]] - [[#purpose-popwinel-pupo-mode][purpose-popwin.el (pupo-mode)]] - [[#misc][misc]] @@ -47,7 +47,7 @@ the other commands do). With windows-purpose, this behavior is fixed. The result is a better control over how buffers are displayed, since =switch-to-buffer= doesn't ignore the user's customizations anymore. -* Features +** Features: ** windows-purpose (purpose-mode) - window layout is more robust and less likely to change unintentionally - dedicate window to a purpose diff --git a/layers/+tags/gtags/README.org b/layers/+tags/gtags/README.org index debd3560dee5..0d26e2825eb0 100644 --- a/layers/+tags/gtags/README.org +++ b/layers/+tags/gtags/README.org @@ -2,7 +2,7 @@ * Table of Contents :TOC_4_gh:noexport: - [[#description][Description]] -- [[#features][Features]] + - [[#features][Features:]] - [[#install][Install]] - [[#gnu-global-gtags][GNU Global (gtags)]] - [[#install-on-osx-using-homebrew][Install on OSX using Homebrew]] @@ -28,7 +28,7 @@ code tagging system that allows querying symbol locations in source code, such as definitions or references. Adding the =gtags= layer enables both of these modes. -* Features +** Features: - Select any tag in a project retrieved by gtags - Resume previous helm-gtags session - Jump to a location based on context diff --git a/layers/+themes/themes-megapack/README.org b/layers/+themes/themes-megapack/README.org index cc468af63a9b..e75039942ad0 100644 --- a/layers/+themes/themes-megapack/README.org +++ b/layers/+themes/themes-megapack/README.org @@ -1,14 +1,16 @@ #+TITLE: Themes Megapack layer * Table of Contents :TOC_4_gh:noexport: -- [[#what-is-this][What is this?]] +- [[#description][Description]] + - [[#features][Features:]] - [[#install][Install]] -* What is this? -This simple layer is an example. It installs around 100 themes -for Emacs. You can try them easily by invoking helm-themes with: ~SPC T s~. +* Description +This layer installs around 100 themes for Emacs. -You can see samples of all included themes in this [[http://themegallery.robdor.com][theme gallery]] from [[http://www.twitter.com/robmerrell][Rob Merrell]]. +** Features: +- Have access to all included themes in this [[http://themegallery.robdor.com][theme gallery]] from [[http://www.twitter.com/robmerrell][Rob Merrell]]. +- Easily try a theme by invoking helm-themes with: ~SPC T s~. * Install To use this configuration layer, add it to your =~/.spacemacs=. You will need to diff --git a/layers/+tools/chrome/README.org b/layers/+tools/chrome/README.org index a7974cc53df4..0ce463497e30 100644 --- a/layers/+tools/chrome/README.org +++ b/layers/+tools/chrome/README.org @@ -4,7 +4,7 @@ * Table of Contents :TOC_4_gh:noexport: - [[#description][Description]] - - [[#features][Features]] + - [[#features][Features:]] - [[#install][Install]] - [[#layer][Layer]] - [[#chrome-extension][Chrome extension]] @@ -14,7 +14,7 @@ * Description This layer provides some integration with the Google Chrome browser. -** Features +** Features: - Edit text boxes with Emacs using [[https://github.com/stsquad/emacs_chrome][edit-server]] - Write markdown in Emacs and realtime show in chrome using [[https://github.com/mola-T/flymd][flymd]] - gmail message mode uses standard markdown keybindings diff --git a/layers/+tools/pass/README.org b/layers/+tools/pass/README.org index 98d8b9dd3083..3997ca8d048f 100644 --- a/layers/+tools/pass/README.org +++ b/layers/+tools/pass/README.org @@ -2,17 +2,19 @@ * Table of Contents :TOC_4_gh:noexport: - [[#description][Description]] + - [[#features][Features:]] - [[#install][Install]] - - [[#layer][Layer]] - [[#key-bindings][Key Bindings]] * Description -This layer adds intregration with [[http://www.passwordstore.org/][pass]], the standard unix password manager. +This layer adds intregration with [[http://www.passwordstore.org/][pass]], the unix password manager. You must have ~pass~ installed and available in your path for this layer to function properly. +** Features: +- Use Spacemacs as your password manager + * Install -** Layer To use this configuration layer, add it to your =~/.spacemacs=. You will need to add =pass= to the existing =dotspacemacs-configuration-layers= list in this file. diff --git a/layers/+tools/ranger/README.org b/layers/+tools/ranger/README.org index 9c67d94cd04f..b0e061e8519a 100644 --- a/layers/+tools/ranger/README.org +++ b/layers/+tools/ranger/README.org @@ -2,7 +2,7 @@ * Table of Contents :TOC_4_gh:noexport: - [[#description][Description]] -- [[#features][Features]] + - [[#features][Features:]] - [[#configuration][Configuration]] - [[#customizing][Customizing]] - [[#parent-options][Parent options]] @@ -23,7 +23,7 @@ To default with preview enabled when entering ranger: ranger-show-preview t)) #+END_SRC -* Features +** Features: - use ranger to display dired with ranger like preview and stacked parent windows. * Configuration diff --git a/layers/+tools/rebox/README.org b/layers/+tools/rebox/README.org index ac219891d87c..02f627e68181 100644 --- a/layers/+tools/rebox/README.org +++ b/layers/+tools/rebox/README.org @@ -2,7 +2,7 @@ * Table of Contents :TOC_4_gh:noexport: - [[#description][Description]] - - [[#features][Features]] + - [[#features][Features:]] - [[#install][Install]] - [[#layer][Layer]] - [[#configuration][Configuration]] @@ -20,7 +20,7 @@ to easily add ASCII text boxes to a buffer. A nice video demonstration by the package author can be found [[https://www.youtube.com/watch?v=53YeTdVtDkU][here]]. -** Features +** Features: - Auto-wrap correctly in comments, - Auto-fill correctly in comments, - Boxes auto-adapt as text is inserted or deleted, diff --git a/layers/+vim/vinegar/README.org b/layers/+vim/vinegar/README.org index 9f90df72ce70..279183798672 100644 --- a/layers/+vim/vinegar/README.org +++ b/layers/+vim/vinegar/README.org @@ -2,7 +2,7 @@ * Table of Contents :TOC_4_gh:noexport: - [[#description][Description]] - - [[#features][Features]] + - [[#features][Features:]] - [[#mouse-bindings][Mouse bindings]] - [[#key-bindings][Key bindings]] @@ -14,7 +14,7 @@ A port of tpope's with a limited number of details and exposing the ~-~ command in all buffers to enter dired. -** Features +** Features: - navigation up folders with ~-~ key - simplify dired buffer to show only file names - better evil/vim bindings for navigation within dired buffer diff --git a/layers/+web-services/twitter/README.org b/layers/+web-services/twitter/README.org index 7b7ab9eaa374..77eec9b1acf4 100644 --- a/layers/+web-services/twitter/README.org +++ b/layers/+web-services/twitter/README.org @@ -4,7 +4,7 @@ * Table of Contents :TOC_4_gh:noexport: - [[#description][Description]] -- [[#features][Features]] + - [[#features][Features:]] - [[#install][Install]] - [[#configuration][Configuration]] - [[#key-bindings][Key Bindings]] @@ -12,7 +12,7 @@ * Description This layer adds Twitter support to Spacemacs via the package [[https://github.com/hayamiz/twittering-mode][twittering-mode]]. -* Features +** Features: - Activities on Twitter - Viewing various timelines - Home timeline