diff --git a/.ci/spacedoc-cfg.edn b/.ci/spacedoc-cfg.edn index 8e4ecfb49..7d02b658f 100644 --- a/.ci/spacedoc-cfg.edn +++ b/.ci/spacedoc-cfg.edn @@ -6,24 +6,27 @@ "file tree" "font" "emacs" - "framework" "fun" "i18n" - "markup" "misc" "music" "os" "pairing" "reader" - {"programming" ["util" + {"programming" [{"dsl" ["lisp" + "markup" + "script" + ]} "dsl" - "lisp" - "script" {"general" ["imperative" + {"multi-paradigm" ["js" + ]} "multi-paradigm" - "js" + "pure" ]} - "pure" + "general" + "framework" + "util" ]} "versioning" {"spacemacs" ["distribution" @@ -38,41 +41,42 @@ ] :spacetools.spacedoc.config/valid-tags - {"programming" "Programming languages" - "music" "Music" + {"chat" "Chats" + "checker" "Checkers" + "completion" "Completion" + "distribution" "Distributions" + "dsl" "Domain-specific (DSLs)" + "e-mail" "E-mail" + "emacs" "Emacs" "file tree" "File trees" "font" "Fonts" - "dsl" "Domain-specific" - "js" "JavaScript" - "e-mail" "E-mail" - "distribution" "Distributions" - "spacemacs" "Spacemacs" - "os" "Operating systems" - "chat" "Chats" - "util" "Utilities" "framework" "Frameworks" - "markup" "Markup languages" - "tag" "Tagging" - "reader" "Readers" - "i18n" "internationalization" - "pairing" "Pair programming" - "web service" "Web services" - "versioning" "Source control" "fun" "Fun" - "script" "Scripting" - "imperative" "Imperative" "general" "General-purpose" - "pure" "Purely functional" - "emacs" "Emacs" - "vim" "Vim" - "completion" "Completion" - "tool" "Tools" - "misc" "Miscellaneous" - "lisp" "Lisp dialects" + "i18n" "Internationalization" + "imperative" "Imperative" + "js" "JavaScript dialects" "layer" "All layers" - "theme" "Themes" + "lisp" "Lisp dialects" + "markup" "Markup & configuration" + "misc" "Miscellaneous" "multi-paradigm" "Multi-paradigm" - "checker" "Checkers" + "music" "Music" + "os" "Operating systems" + "pairing" "Pair programming" + "programming" "Programming languages" + "pure" "Purely functional" + "reader" "Readers" + "script" "Scripting" + "spacemacs" "Spacemacs" + "tag" "Tagging" + "theme" "Themes" + "tool" "Tools" "uncategorized" "README.org files that need proper tags" + "util" "Utilities" + "versioning" "Source control" + "vim" "Vim" + "web service" "Web services" } + :spacetools.spacedoc.config/org-toc-max-depth 5 } diff --git a/CHANGELOG.develop b/CHANGELOG.develop index 198680e93..b632d1d3a 100644 --- a/CHANGELOG.develop +++ b/CHANGELOG.develop @@ -2357,6 +2357,7 @@ Other: *** Various improvements - Lots of improvement with CI and documentation exporting (thanks to Eugene Yaremenko) +- New LAYERS.org format (thanks to Eugene Yaremenko && Anton Latukha) - Various code and style improvements (thanks to bmag, duianto, Eivind Fonn, Eugene Yaremenko, Fabien Dubosson, Kalle Lindqvist, Boris Buliga, timor, yuhan0, thanhvg, Sylvain Benner) diff --git a/CHANGELOG.org b/CHANGELOG.org index 68ae97eed..abf22085a 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -1,6 +1,6 @@ #+TITLE: Changelog -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#release-0200x][Release 0.200.x]] - [[#020010-20171101][0.200.10 (2017/11/01)]] - [[#fixes][Fixes]] @@ -557,6 +557,8 @@ - [[#new-conventions-3][New conventions]] - [[#layer-changes-29][Layer changes]] - [[#spacemacs-9][Spacemacs]] + - [[#helm-2][Helm]] + - [[#evil][Evil]] - [[#auctex][Auctex]] - [[#auto-completion-7][Auto-completion]] - [[#autohotkey-2][Autohotkey]] @@ -620,7 +622,7 @@ - [[#git-9][Git]] - [[#go-8][Go]] - [[#haskell-11][Haskell]] - - [[#helm-2][Helm]] + - [[#helm-3][Helm]] - [[#holy-mode][Holy-mode]] - [[#irc][IRC]] - [[#markdown-11][Markdown]] diff --git a/COMMUNITY.org b/COMMUNITY.org index ba88658b3..124957353 100644 --- a/COMMUNITY.org +++ b/COMMUNITY.org @@ -1,6 +1,6 @@ #+TITLE: Spacemacs Community -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#philosophy][Philosophy]] - [[#for-contributors][For Contributors]] - [[#for-users][For Users]] diff --git a/CONTRIBUTING.org b/CONTRIBUTING.org index 914eeb518..895ee3fdd 100644 --- a/CONTRIBUTING.org +++ b/CONTRIBUTING.org @@ -12,7 +12,7 @@ You can only consider reading the sections relevant to what you are going to do: Thanks! :heart: :heart: :heart: -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#asking-for-help][Asking for help]] - [[#reporting-issues][Reporting issues]] - [[#contributing-code][Contributing code]] diff --git a/EXPERIMENTAL.org b/EXPERIMENTAL.org index e62e71d33..ac77fb23f 100644 --- a/EXPERIMENTAL.org +++ b/EXPERIMENTAL.org @@ -1,6 +1,6 @@ #+TITLE: Spacemacs experimental features -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#spacemacs-dumps-using-the-portable-dumper][Spacemacs dumps using the portable dumper]] - [[#setup][Setup]] - [[#emacs-plus-users][=emacs-plus= users]] diff --git a/core/core-documentation.el b/core/core-documentation.el index b4ffd4fbf..9889e6e08 100644 --- a/core/core-documentation.el +++ b/core/core-documentation.el @@ -320,7 +320,7 @@ preprocessors for the exported .org files." :recursive t :publishing-directory ,(concat publish-target "layers/") :publishing-function org-html-publish-to-html - :preparation-function spacemacs/generate-layers-file + ;; :preparation-function spacemacs/generate-layers-file :exclude "local\\|dockerfiles" :html-head ,header) ("spacemacs-doc-static" diff --git a/doc/BEGINNERS_TUTORIAL.org b/doc/BEGINNERS_TUTORIAL.org index ba9dd247e..f50d55343 100644 --- a/doc/BEGINNERS_TUTORIAL.org +++ b/doc/BEGINNERS_TUTORIAL.org @@ -1,6 +1,6 @@ #+TITLE: Beginners tutorial -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#why-spacemacs][Why Spacemacs?]] - [[#installation-and-setup][Installation and setup]] - [[#getting-started][Getting started]] diff --git a/doc/CONVENTIONS.org b/doc/CONVENTIONS.org index 2509bb3a1..d56747252 100644 --- a/doc/CONVENTIONS.org +++ b/doc/CONVENTIONS.org @@ -1,6 +1,6 @@ #+TITLE: Spacemacs Conventions -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#code-guidelines][Code guidelines]] - [[#spacemacs-core-and-layer][Spacemacs core and layer]] - [[#all-layers][All layers]] diff --git a/doc/DOCUMENTATION.org b/doc/DOCUMENTATION.org index 192148e91..defbd413a 100644 --- a/doc/DOCUMENTATION.org +++ b/doc/DOCUMENTATION.org @@ -1,6 +1,6 @@ #+TITLE: Spacemacs documentation -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#core-pillars][Core Pillars]] - [[#mnemonic][Mnemonic]] - [[#discoverable][Discoverable]] @@ -176,6 +176,9 @@ - [[#region-narrowing][Region narrowing]] - [[#replacing-text-with-iedit][Replacing text with iedit]] - [[#iedit-states-key-bindings][iedit states key bindings]] + - [[#state-transitions][State transitions]] + - [[#in-iedit-state][In iedit state]] + - [[#in-iedit-insert-state][In iedit-insert state]] - [[#examples][Examples]] - [[#replacing-text-in-several-files][Replacing text in several files]] - [[#renaming-files-in-a-directory][Renaming files in a directory]] @@ -184,6 +187,8 @@ - [[#deleting-files][Deleting files]] - [[#editing-lisp-code][Editing Lisp code]] - [[#lisp-key-bindings][Lisp Key bindings]] + - [[#lisp-state-key-bindings][Lisp state key bindings]] + - [[#emacs-lisp-specific-key-bindings][Emacs lisp specific key bindings]] - [[#mouse-usage][Mouse usage]] - [[#managing-projects][Managing projects]] - [[#registers][Registers]] diff --git a/doc/FAQ.org b/doc/FAQ.org index 4558c5458..bb2157638 100644 --- a/doc/FAQ.org +++ b/doc/FAQ.org @@ -1,6 +1,6 @@ #+TITLE: Frequently Asked Questions -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#common][Common]] - [[#which-version-of-spacemacs-am-i-running][Which version of Spacemacs am I running?]] - [[#what-is-the-official-pronunciation-of-spacemacs][What is the official pronunciation of Spacemacs?]] diff --git a/doc/LAYERS.org b/doc/LAYERS.org index 542de90bd..f8a5db310 100644 --- a/doc/LAYERS.org +++ b/doc/LAYERS.org @@ -1,6 +1,6 @@ #+TITLE: Configuration layers -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#introduction][Introduction]] - [[#nomenclature][Nomenclature]] - [[#the-emacs-loading-process][The Emacs loading process]] diff --git a/doc/QUICK_START.org b/doc/QUICK_START.org index e25b97618..da44c9eae 100644 --- a/doc/QUICK_START.org +++ b/doc/QUICK_START.org @@ -1,6 +1,6 @@ #+TITLE: Quick start -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#configuration-layers][Configuration layers]] - [[#dotfile-spacemacs][Dotfile (.spacemacs)]] - [[#dotdirectory-spacemacsd][Dotdirectory (~/.spacemacs.d)]] diff --git a/doc/VIMUSERS.org b/doc/VIMUSERS.org index 8c19a4373..d326dbde7 100644 --- a/doc/VIMUSERS.org +++ b/doc/VIMUSERS.org @@ -1,6 +1,6 @@ #+TITLE: Migrating from Vim -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#purpose-of-this-document][Purpose of this document]] - [[#philosophy][Philosophy]] - [[#basic-orientation][Basic orientation]] diff --git a/layers/+chat/erc/README.org b/layers/+chat/erc/README.org index 7e2a1a13e..0e15e01a7 100644 --- a/layers/+chat/erc/README.org +++ b/layers/+chat/erc/README.org @@ -2,7 +2,7 @@ #+TAGS: chat|layer -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+chat/jabber/README.org b/layers/+chat/jabber/README.org index 38ae3c607..92c7658e8 100644 --- a/layers/+chat/jabber/README.org +++ b/layers/+chat/jabber/README.org @@ -4,7 +4,7 @@ [[file:img/jabber-logo.gif]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+chat/rcirc/README.org b/layers/+chat/rcirc/README.org index 74c14f1d1..fd7583c17 100644 --- a/layers/+chat/rcirc/README.org +++ b/layers/+chat/rcirc/README.org @@ -4,7 +4,7 @@ [[file:img/irc.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+chat/slack/README.org b/layers/+chat/slack/README.org index 036788994..cdd53e7f9 100644 --- a/layers/+chat/slack/README.org +++ b/layers/+chat/slack/README.org @@ -4,7 +4,7 @@ [[file:img/slack.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+checkers/spell-checking/README.org b/layers/+checkers/spell-checking/README.org index acfa89d28..b7eae63eb 100644 --- a/layers/+checkers/spell-checking/README.org +++ b/layers/+checkers/spell-checking/README.org @@ -2,7 +2,7 @@ #+TAGS: checker|layer -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+checkers/syntax-checking/README.org b/layers/+checkers/syntax-checking/README.org index 888bdad4a..c9756f2c4 100644 --- a/layers/+checkers/syntax-checking/README.org +++ b/layers/+checkers/syntax-checking/README.org @@ -4,7 +4,7 @@ [[file:img/flycheck.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+completion/auto-completion/README.org b/layers/+completion/auto-completion/README.org index 3b517a713..c912db849 100644 --- a/layers/+completion/auto-completion/README.org +++ b/layers/+completion/auto-completion/README.org @@ -2,7 +2,7 @@ #+TAGS: completion|layer -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+completion/helm/README.org b/layers/+completion/helm/README.org index 548fe164a..646d69d88 100644 --- a/layers/+completion/helm/README.org +++ b/layers/+completion/helm/README.org @@ -4,7 +4,7 @@ [[file:img/helm.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+completion/ivy/README.org b/layers/+completion/ivy/README.org index a314167db..1fc822e2c 100644 --- a/layers/+completion/ivy/README.org +++ b/layers/+completion/ivy/README.org @@ -2,7 +2,7 @@ #+TAGS: completion|layer -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+completion/templates/README.org b/layers/+completion/templates/README.org index ff07ec12e..7c076ee51 100644 --- a/layers/+completion/templates/README.org +++ b/layers/+completion/templates/README.org @@ -2,7 +2,7 @@ #+TAGS: completion|layer -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+distributions/spacemacs-base/README.org b/layers/+distributions/spacemacs-base/README.org index 65f9791fc..fd00c5ac5 100644 --- a/layers/+distributions/spacemacs-base/README.org +++ b/layers/+distributions/spacemacs-base/README.org @@ -2,7 +2,7 @@ #+TAGS: layer|uncategorized -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] diff --git a/layers/+distributions/spacemacs-bootstrap/README.org b/layers/+distributions/spacemacs-bootstrap/README.org index e7c3ff70e..4d28a6908 100644 --- a/layers/+distributions/spacemacs-bootstrap/README.org +++ b/layers/+distributions/spacemacs-bootstrap/README.org @@ -2,7 +2,7 @@ #+TAGS: layer|uncategorized -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] diff --git a/layers/+distributions/spacemacs-docker/README.org b/layers/+distributions/spacemacs-docker/README.org index 5600b5a49..f20c31d01 100644 --- a/layers/+distributions/spacemacs-docker/README.org +++ b/layers/+distributions/spacemacs-docker/README.org @@ -2,7 +2,7 @@ #+TAGS: distribution|layer|spacemacs -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#screenshots][Screenshots]] diff --git a/layers/+distributions/spacemacs-docker/deps-install/README.org b/layers/+distributions/spacemacs-docker/deps-install/README.org index 2bbb3c3c6..1ac9d0f39 100644 --- a/layers/+distributions/spacemacs-docker/deps-install/README.org +++ b/layers/+distributions/spacemacs-docker/deps-install/README.org @@ -1,6 +1,6 @@ #+TITLE: spacemacs-docker layers dependency installation scripts -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#supported-layers][Supported layers]] 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 d8713b0d1..d4d9b239e 100644 --- a/layers/+distributions/spacemacs-docker/deps-install/installers/clojure/README.org +++ b/layers/+distributions/spacemacs-docker/deps-install/installers/clojure/README.org @@ -1,6 +1,6 @@ #+TITLE: Clojure layer dependency installation script -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#list-of-installed-software][List of installed software:]] 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 82a36a052..76b75c9ba 100644 --- a/layers/+distributions/spacemacs-docker/deps-install/installers/dash/README.org +++ b/layers/+distributions/spacemacs-docker/deps-install/installers/dash/README.org @@ -1,6 +1,6 @@ #+TITLE: dash layer dependency installation script -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#list-of-installed-software][List of installed software:]] 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 2352f80c2..b8212095f 100644 --- a/layers/+distributions/spacemacs-docker/deps-install/installers/fasd/README.org +++ b/layers/+distributions/spacemacs-docker/deps-install/installers/fasd/README.org @@ -1,6 +1,6 @@ #+TITLE: fasd layer dependency installation script -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#list-of-installed-software][List of installed software:]] 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 46b7d0606..637a2f0d7 100644 --- a/layers/+distributions/spacemacs-docker/deps-install/installers/go/README.org +++ b/layers/+distributions/spacemacs-docker/deps-install/installers/go/README.org @@ -1,6 +1,6 @@ #+TITLE: go layer dependency installation script -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#list-of-installed-software][List of installed software:]] 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 d9eac7252..ff14de257 100644 --- a/layers/+distributions/spacemacs-docker/deps-install/installers/gtags/README.org +++ b/layers/+distributions/spacemacs-docker/deps-install/installers/gtags/README.org @@ -1,6 +1,6 @@ #+TITLE: gtags layer dependency installation script -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#list-of-installed-software][List of installed software:]] 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 8f1cd2301..869e75962 100644 --- a/layers/+distributions/spacemacs-docker/deps-install/installers/html/README.org +++ b/layers/+distributions/spacemacs-docker/deps-install/installers/html/README.org @@ -1,6 +1,6 @@ #+TITLE: html layer dependency installation script -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#list-of-installed-software][List of installed software:]] 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 a9eecec6d..4afe37ce6 100644 --- a/layers/+distributions/spacemacs-docker/deps-install/installers/javascript/README.org +++ b/layers/+distributions/spacemacs-docker/deps-install/installers/javascript/README.org @@ -1,6 +1,6 @@ #+TITLE: javascript layer dependency installation script -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#list-of-installed-software][List of installed software:]] 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 ad4066a1a..0d7fcfbfd 100644 --- a/layers/+distributions/spacemacs-docker/deps-install/installers/pandoc/README.org +++ b/layers/+distributions/spacemacs-docker/deps-install/installers/pandoc/README.org @@ -1,6 +1,6 @@ #+TITLE: pandoc layer dependency installation script -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#list-of-installed-software][List of installed software:]] 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 f0370d1e3..98df4ce52 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 @@ -1,6 +1,6 @@ #+TITLE: spell-checking layer dependency installation script -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#list-of-installed-software][List of installed software:]] 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 941e15eac..4f012d97d 100644 --- a/layers/+distributions/spacemacs-docker/deps-install/installers/typescript/README.org +++ b/layers/+distributions/spacemacs-docker/deps-install/installers/typescript/README.org @@ -1,6 +1,6 @@ #+TITLE: TypeScript layer dependency installation script -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#list-of-installed-software][List of installed software:]] diff --git a/layers/+distributions/spacemacs/README.org b/layers/+distributions/spacemacs/README.org index 53688f91f..5bd7840fb 100644 --- a/layers/+distributions/spacemacs/README.org +++ b/layers/+distributions/spacemacs/README.org @@ -2,7 +2,7 @@ #+TAGS: layer|uncategorized -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] diff --git a/layers/+emacs/better-defaults/README.org b/layers/+emacs/better-defaults/README.org index 749460963..f83ac8303 100644 --- a/layers/+emacs/better-defaults/README.org +++ b/layers/+emacs/better-defaults/README.org @@ -4,7 +4,7 @@ [[file:img/emacs.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+emacs/ibuffer/README.org b/layers/+emacs/ibuffer/README.org index 0b3df61c0..9f00d32ff 100644 --- a/layers/+emacs/ibuffer/README.org +++ b/layers/+emacs/ibuffer/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]] diff --git a/layers/+emacs/org/README.org b/layers/+emacs/org/README.org index 11a34d7ff..cfee9489a 100644 --- a/layers/+emacs/org/README.org +++ b/layers/+emacs/org/README.org @@ -4,7 +4,7 @@ [[file:img/org.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#bibtex][BibTeX]] diff --git a/layers/+emacs/semantic/README.org b/layers/+emacs/semantic/README.org index 60dab6ed6..53d406cc0 100644 --- a/layers/+emacs/semantic/README.org +++ b/layers/+emacs/semantic/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]] diff --git a/layers/+emacs/smex/README.org b/layers/+emacs/smex/README.org index 502e55794..83ded3a14 100644 --- a/layers/+emacs/smex/README.org +++ b/layers/+emacs/smex/README.org @@ -4,7 +4,7 @@ [[file:img/smex.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+emacs/typography/README.org b/layers/+emacs/typography/README.org index b4b4b9112..11f1e093f 100644 --- a/layers/+emacs/typography/README.org +++ b/layers/+emacs/typography/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]] diff --git a/layers/+email/gnus/README.org b/layers/+email/gnus/README.org index cfbb7c8c4..c04cebacc 100644 --- a/layers/+email/gnus/README.org +++ b/layers/+email/gnus/README.org @@ -4,7 +4,7 @@ [[file:img/gnus.gif]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+email/mu4e/README.org b/layers/+email/mu4e/README.org index 30ab85ef7..98b05c22c 100644 --- a/layers/+email/mu4e/README.org +++ b/layers/+email/mu4e/README.org @@ -2,7 +2,7 @@ #+TAGS: e-mail|layer -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+email/notmuch/README.org b/layers/+email/notmuch/README.org index fd2fad611..f050bdeae 100644 --- a/layers/+email/notmuch/README.org +++ b/layers/+email/notmuch/README.org @@ -4,7 +4,7 @@ [[file:img/notmuch.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+filetree/neotree/README.org b/layers/+filetree/neotree/README.org index a4f19af8c..5c3243a74 100644 --- a/layers/+filetree/neotree/README.org +++ b/layers/+filetree/neotree/README.org @@ -4,7 +4,7 @@ [[file:img/neotree.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+filetree/treemacs/README.org b/layers/+filetree/treemacs/README.org index f226cf7a3..e8de07b77 100644 --- a/layers/+filetree/treemacs/README.org +++ b/layers/+filetree/treemacs/README.org @@ -4,7 +4,7 @@ [[file:img/treemacs.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+fonts/unicode-fonts/README.org b/layers/+fonts/unicode-fonts/README.org index 352c369bb..bd290236b 100644 --- a/layers/+fonts/unicode-fonts/README.org +++ b/layers/+fonts/unicode-fonts/README.org @@ -2,7 +2,7 @@ #+TAGS: font|layer -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+frameworks/django/README.org b/layers/+frameworks/django/README.org index e9e8e33a7..1921fba84 100644 --- a/layers/+frameworks/django/README.org +++ b/layers/+frameworks/django/README.org @@ -4,7 +4,7 @@ [[file:img/django.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+frameworks/emberjs/README.org b/layers/+frameworks/emberjs/README.org index a4d8ee8eb..4f907ff21 100644 --- a/layers/+frameworks/emberjs/README.org +++ b/layers/+frameworks/emberjs/README.org @@ -4,7 +4,7 @@ [[file:img/ember.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+frameworks/phoenix/README.org b/layers/+frameworks/phoenix/README.org index b09f88de6..89ea47830 100644 --- a/layers/+frameworks/phoenix/README.org +++ b/layers/+frameworks/phoenix/README.org @@ -4,7 +4,7 @@ [[file:img/phoenix.png]] with [[file:img/alchemist.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+frameworks/react/README.org b/layers/+frameworks/react/README.org index 041f80e15..1a6134b06 100644 --- a/layers/+frameworks/react/README.org +++ b/layers/+frameworks/react/README.org @@ -4,7 +4,7 @@ [[file:img/react.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+frameworks/ruby-on-rails/README.org b/layers/+frameworks/ruby-on-rails/README.org index 92d3de062..e8e226638 100644 --- a/layers/+frameworks/ruby-on-rails/README.org +++ b/layers/+frameworks/ruby-on-rails/README.org @@ -4,7 +4,7 @@ [[file:img/ror.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+fun/emoji/README.org b/layers/+fun/emoji/README.org index 1074ac2af..c60ce2de5 100644 --- a/layers/+fun/emoji/README.org +++ b/layers/+fun/emoji/README.org @@ -4,7 +4,7 @@ [[file:img/emojis.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+fun/games/README.org b/layers/+fun/games/README.org index 824c445d0..defaf1c62 100644 --- a/layers/+fun/games/README.org +++ b/layers/+fun/games/README.org @@ -4,7 +4,7 @@ [[file:img/games.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+fun/selectric/README.org b/layers/+fun/selectric/README.org index f725ede88..aa85d0a92 100644 --- a/layers/+fun/selectric/README.org +++ b/layers/+fun/selectric/README.org @@ -4,7 +4,7 @@ [[file:img/typewriter.jpg]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+fun/xkcd/README.org b/layers/+fun/xkcd/README.org index 372afede2..4d4626575 100644 --- a/layers/+fun/xkcd/README.org +++ b/layers/+fun/xkcd/README.org @@ -4,7 +4,7 @@ [[file:img/xkcd.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+intl/chinese/README.org b/layers/+intl/chinese/README.org index 1f768da04..8ad46f809 100644 --- a/layers/+intl/chinese/README.org +++ b/layers/+intl/chinese/README.org @@ -4,7 +4,7 @@ [[file:img/China.png]] [[file:img/Chinese.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] @@ -15,6 +15,9 @@ - [[#configure-chinese-conv-配置简繁转换][Configure =chinese-conv= (配置简繁转换)]] - [[#enable-fcitx][Enable fcitx]] - [[#requirement][Requirement]] + - [[#linux][Linux]] + - [[#mac-os-x][Mac OS X]] + - [[#windows][Windows]] - [[#enable-youdao有道-dictionary激活有道字典][Enable YouDao(有道) Dictionary(激活有道字典)]] - [[#set-monospaced-font-size设置等宽字体][Set monospaced font size(设置等宽字体)]] - [[#enabledisable-ace-pinyin-in-avy-goto-char][Enable/Disable ace-pinyin in =avy-goto-char=]] diff --git a/layers/+intl/japanese/README.org b/layers/+intl/japanese/README.org index ea2efd4ee..426a0ccc7 100644 --- a/layers/+intl/japanese/README.org +++ b/layers/+intl/japanese/README.org @@ -4,7 +4,7 @@ [[file:img/Japanese.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+intl/keyboard-layout/README.org b/layers/+intl/keyboard-layout/README.org index 180c58761..6f4bff727 100644 --- a/layers/+intl/keyboard-layout/README.org +++ b/layers/+intl/keyboard-layout/README.org @@ -4,7 +4,7 @@ [[file:img/keyboard-layout-layer-logo.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#installation][Installation]] diff --git a/layers/+lang/agda/README.org b/layers/+lang/agda/README.org index 17e4fc07f..c5d2e8e78 100644 --- a/layers/+lang/agda/README.org +++ b/layers/+lang/agda/README.org @@ -2,7 +2,7 @@ #+TAGS: general|layer|programming|pure -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+lang/asciidoc/README.org b/layers/+lang/asciidoc/README.org index cf42fe8ad..e79b3e680 100644 --- a/layers/+lang/asciidoc/README.org +++ b/layers/+lang/asciidoc/README.org @@ -2,7 +2,7 @@ #+TAGS: dsl|layer|markup|programming -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+lang/asm/README.org b/layers/+lang/asm/README.org index fc5720f4d..8ff7e383c 100644 --- a/layers/+lang/asm/README.org +++ b/layers/+lang/asm/README.org @@ -4,7 +4,7 @@ [[file:img/asm.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+lang/autohotkey/README.org b/layers/+lang/autohotkey/README.org index 589fbbb9b..9b2d6b6b8 100644 --- a/layers/+lang/autohotkey/README.org +++ b/layers/+lang/autohotkey/README.org @@ -4,7 +4,7 @@ [[file:img/ahk.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+lang/bibtex/README.org b/layers/+lang/bibtex/README.org index a6637cb0d..8bb2cb912 100644 --- a/layers/+lang/bibtex/README.org +++ b/layers/+lang/bibtex/README.org @@ -4,7 +4,7 @@ [[file:img/logo.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+lang/c-c++/README.org b/layers/+lang/c-c++/README.org index 3e0b37ca0..515e97061 100644 --- a/layers/+lang/c-c++/README.org +++ b/layers/+lang/c-c++/README.org @@ -4,7 +4,7 @@ [[file:img/ccpp.jpg]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] @@ -17,7 +17,14 @@ - [[#cquery--ccls-lsp-backends][cquery / ccls (lsp backends)]] - [[#features-1][Features:]] - [[#external-dependencies-1][External dependencies]] + - [[#cquery-server][cquery server]] + - [[#ccls-server][ccls server]] - [[#configuration-1][Configuration]] + - [[#basic][Basic]] + - [[#setting-path-to-backend-executable][Setting path to backend executable]] + - [[#semantic-highlighting][Semantic highlighting]] + - [[#additional-configuration-options][Additional configuration options]] + - [[#example-dotspacemacs-configuration-layers-entry][Example dotspacemacs-configuration-layers entry]] - [[#completion][Completion]] - [[#debugger-dap-integration][Debugger (dap integration)]] - [[#clang-configuration][Clang Configuration]] diff --git a/layers/+lang/clojure/README.org b/layers/+lang/clojure/README.org index 761f1f4b7..33bdf0158 100644 --- a/layers/+lang/clojure/README.org +++ b/layers/+lang/clojure/README.org @@ -4,7 +4,7 @@ [[file:img/clojure.png]] [[file:img/cider.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+lang/coffeescript/README.org b/layers/+lang/coffeescript/README.org index 145d589a3..ab4276086 100644 --- a/layers/+lang/coffeescript/README.org +++ b/layers/+lang/coffeescript/README.org @@ -4,7 +4,7 @@ [[file:img/coffee.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+lang/common-lisp/README.org b/layers/+lang/common-lisp/README.org index 8309f0a71..7a767803e 100644 --- a/layers/+lang/common-lisp/README.org +++ b/layers/+lang/common-lisp/README.org @@ -4,7 +4,7 @@ [[file:img/slime.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+lang/coq/README.org b/layers/+lang/coq/README.org index 22a3556d4..ea1268d0b 100644 --- a/layers/+lang/coq/README.org +++ b/layers/+lang/coq/README.org @@ -4,7 +4,7 @@ [[file:img/coq.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+lang/crystal/README.org b/layers/+lang/crystal/README.org index 5005f72ed..b79d7b157 100644 --- a/layers/+lang/crystal/README.org +++ b/layers/+lang/crystal/README.org @@ -4,7 +4,7 @@ [[file:img/crystal.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+lang/csharp/README.org b/layers/+lang/csharp/README.org index aed567706..f88f354d3 100644 --- a/layers/+lang/csharp/README.org +++ b/layers/+lang/csharp/README.org @@ -4,7 +4,7 @@ [[file:img/csharp.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#packages-included][Packages Included]] diff --git a/layers/+lang/csv/README.org b/layers/+lang/csv/README.org index 29b5ffd3f..6464f5618 100644 --- a/layers/+lang/csv/README.org +++ b/layers/+lang/csv/README.org @@ -4,7 +4,7 @@ [[file:img/csv.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+lang/d/README.org b/layers/+lang/d/README.org index 0f9a9be8d..5cb1bb699 100644 --- a/layers/+lang/d/README.org +++ b/layers/+lang/d/README.org @@ -4,7 +4,7 @@ [[file:img/dlogo.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+lang/dart/README.org b/layers/+lang/dart/README.org index 23f8e85a9..15edd8071 100644 --- a/layers/+lang/dart/README.org +++ b/layers/+lang/dart/README.org @@ -4,7 +4,7 @@ [[file:img/dart.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+lang/dhall/README.org b/layers/+lang/dhall/README.org index d0c533e8c..9266d2d0a 100644 --- a/layers/+lang/dhall/README.org +++ b/layers/+lang/dhall/README.org @@ -4,7 +4,7 @@ [[file:img/dhall-logo.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+lang/elixir/README.org b/layers/+lang/elixir/README.org index a5b50726f..a033ee91b 100644 --- a/layers/+lang/elixir/README.org +++ b/layers/+lang/elixir/README.org @@ -4,7 +4,7 @@ [[file:img/elixir.png]] with [[file:img/alchemist.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+lang/elm/README.org b/layers/+lang/elm/README.org index 29d41e54f..08495c92f 100644 --- a/layers/+lang/elm/README.org +++ b/layers/+lang/elm/README.org @@ -4,7 +4,7 @@ [[file:img/elm.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+lang/emacs-lisp/README.org b/layers/+lang/emacs-lisp/README.org index 40c89d279..1025bf33f 100644 --- a/layers/+lang/emacs-lisp/README.org +++ b/layers/+lang/emacs-lisp/README.org @@ -4,7 +4,7 @@ [[file:img/emacs.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+lang/erlang/README.org b/layers/+lang/erlang/README.org index de54b3597..599a4fcf1 100644 --- a/layers/+lang/erlang/README.org +++ b/layers/+lang/erlang/README.org @@ -4,7 +4,7 @@ [[file:img/erlang.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+lang/ess/README.org b/layers/+lang/ess/README.org index 93c39d7de..9bdb16d16 100644 --- a/layers/+lang/ess/README.org +++ b/layers/+lang/ess/README.org @@ -4,7 +4,7 @@ [[file:img/r.jpg]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+lang/factor/README.org b/layers/+lang/factor/README.org index 820929ea1..1f61fad2d 100644 --- a/layers/+lang/factor/README.org +++ b/layers/+lang/factor/README.org @@ -4,7 +4,7 @@ [[file:img/logo.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+lang/faust/README.org b/layers/+lang/faust/README.org index 0ee80253d..c1bfd5d16 100644 --- a/layers/+lang/faust/README.org +++ b/layers/+lang/faust/README.org @@ -4,7 +4,7 @@ [[file:img/faust.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+lang/forth/README.org b/layers/+lang/forth/README.org index d2821bf90..4dafc3a9c 100644 --- a/layers/+lang/forth/README.org +++ b/layers/+lang/forth/README.org @@ -2,7 +2,7 @@ #+TAGS: general|imperative|layer|programming -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+lang/fsharp/README.org b/layers/+lang/fsharp/README.org index c3d476d12..67aff8491 100644 --- a/layers/+lang/fsharp/README.org +++ b/layers/+lang/fsharp/README.org @@ -4,7 +4,7 @@ [[file:img/fsharp.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+lang/go/README.org b/layers/+lang/go/README.org index 9d6e27728..2f5ff7674 100644 --- a/layers/+lang/go/README.org +++ b/layers/+lang/go/README.org @@ -4,7 +4,7 @@ [[file:img/go.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+lang/gpu/README.org b/layers/+lang/gpu/README.org index 05d4276db..45d67d92a 100644 --- a/layers/+lang/gpu/README.org +++ b/layers/+lang/gpu/README.org @@ -4,7 +4,7 @@ [[file:img/opencl.png]] [[file:img/cuda.png]] [[file:img/shaders.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+lang/graphviz/README.org b/layers/+lang/graphviz/README.org index 795edd0e8..a89b011ac 100644 --- a/layers/+lang/graphviz/README.org +++ b/layers/+lang/graphviz/README.org @@ -4,7 +4,7 @@ [[file:img/graphviz.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+lang/groovy/README.org b/layers/+lang/groovy/README.org index 4caff7df3..ae56d6556 100644 --- a/layers/+lang/groovy/README.org +++ b/layers/+lang/groovy/README.org @@ -4,7 +4,7 @@ [[file:img/groovy.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+lang/haskell/README.org b/layers/+lang/haskell/README.org index 31682d35a..f3b69e32f 100644 --- a/layers/+lang/haskell/README.org +++ b/layers/+lang/haskell/README.org @@ -4,7 +4,7 @@ [[file:img/haskell.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+lang/html/README.org b/layers/+lang/html/README.org index 1e0732216..242ce69d1 100644 --- a/layers/+lang/html/README.org +++ b/layers/+lang/html/README.org @@ -4,7 +4,7 @@ [[file:img/html.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+lang/hy/README.org b/layers/+lang/hy/README.org index 18f470c7e..7637f0b5d 100644 --- a/layers/+lang/hy/README.org +++ b/layers/+lang/hy/README.org @@ -4,7 +4,7 @@ [[file:img/hy.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+lang/idris/README.org b/layers/+lang/idris/README.org index 78af8a0ca..4208cfcbd 100644 --- a/layers/+lang/idris/README.org +++ b/layers/+lang/idris/README.org @@ -4,7 +4,7 @@ [[file:img/idris.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+lang/ipython-notebook/README.org b/layers/+lang/ipython-notebook/README.org index f0b22cb8b..c9002b942 100644 --- a/layers/+lang/ipython-notebook/README.org +++ b/layers/+lang/ipython-notebook/README.org @@ -2,7 +2,7 @@ #+TAGS: layer|programming|util -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#list-of-todos][List of TODOS]] diff --git a/layers/+lang/java/README.org b/layers/+lang/java/README.org index 3e19b1175..752628869 100644 --- a/layers/+lang/java/README.org +++ b/layers/+lang/java/README.org @@ -4,7 +4,7 @@ [[file:img/java.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#layer-installation][Layer Installation]] diff --git a/layers/+lang/javascript/README.org b/layers/+lang/javascript/README.org index 3dac53d34..16c5b3ed9 100644 --- a/layers/+lang/javascript/README.org +++ b/layers/+lang/javascript/README.org @@ -4,7 +4,7 @@ [[file:img/javascript.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+lang/jr/README.org b/layers/+lang/jr/README.org index 259849b45..2c1f1f64c 100644 --- a/layers/+lang/jr/README.org +++ b/layers/+lang/jr/README.org @@ -4,7 +4,7 @@ [[file:img/jr.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+lang/json/README.org b/layers/+lang/json/README.org index 1ba3d7461..420a1766e 100644 --- a/layers/+lang/json/README.org +++ b/layers/+lang/json/README.org @@ -4,7 +4,7 @@ [[file:img/json.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+lang/jsonnet/README.org b/layers/+lang/jsonnet/README.org index 9757d1d5f..90e9e909d 100644 --- a/layers/+lang/jsonnet/README.org +++ b/layers/+lang/jsonnet/README.org @@ -4,7 +4,7 @@ [[file:img/jsonnet.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+lang/julia/README.org b/layers/+lang/julia/README.org index d87547fed..86dab4aae 100644 --- a/layers/+lang/julia/README.org +++ b/layers/+lang/julia/README.org @@ -4,7 +4,7 @@ [[file:img/julia.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+lang/kotlin/README.org b/layers/+lang/kotlin/README.org index 7fd48524a..9f966b30a 100644 --- a/layers/+lang/kotlin/README.org +++ b/layers/+lang/kotlin/README.org @@ -4,7 +4,7 @@ [[file:img/kotlin.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+lang/latex/README.org b/layers/+lang/latex/README.org index 4d6de3e4f..6be5757ee 100644 --- a/layers/+lang/latex/README.org +++ b/layers/+lang/latex/README.org @@ -4,7 +4,7 @@ [[file:img/latex.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#bibtex][BibTeX]] diff --git a/layers/+lang/lua/README.org b/layers/+lang/lua/README.org index 05898350e..f58d0bd81 100644 --- a/layers/+lang/lua/README.org +++ b/layers/+lang/lua/README.org @@ -4,7 +4,7 @@ [[file:img/lua.gif]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+lang/major-modes/README.org b/layers/+lang/major-modes/README.org index 1b1f6ead6..e8f83b5ab 100644 --- a/layers/+lang/major-modes/README.org +++ b/layers/+lang/major-modes/README.org @@ -2,7 +2,7 @@ #+TAGS: dsl|layer|programming -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#key-bindings][Key bindings]] diff --git a/layers/+lang/markdown/README.org b/layers/+lang/markdown/README.org index d843d1f8e..d5fe40916 100644 --- a/layers/+lang/markdown/README.org +++ b/layers/+lang/markdown/README.org @@ -4,7 +4,7 @@ [[file:img/markdown.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#bibtex][BibTeX]] diff --git a/layers/+lang/nim/README.org b/layers/+lang/nim/README.org index 9a2179814..12611c979 100644 --- a/layers/+lang/nim/README.org +++ b/layers/+lang/nim/README.org @@ -4,7 +4,7 @@ [[file:img/logo.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+lang/ocaml/README.org b/layers/+lang/ocaml/README.org index 09d3bcabc..f4493ec70 100644 --- a/layers/+lang/ocaml/README.org +++ b/layers/+lang/ocaml/README.org @@ -4,7 +4,7 @@ [[file:img/ocaml.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+lang/octave/README.org b/layers/+lang/octave/README.org index a15eafd7e..2b596d560 100644 --- a/layers/+lang/octave/README.org +++ b/layers/+lang/octave/README.org @@ -4,7 +4,7 @@ [[file:img/octave.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+lang/pact/README.org b/layers/+lang/pact/README.org index 4d031198f..d33328902 100644 --- a/layers/+lang/pact/README.org +++ b/layers/+lang/pact/README.org @@ -2,7 +2,7 @@ #+TAGS: general|layer|multi-paradigm|programming -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+lang/perl5/README.org b/layers/+lang/perl5/README.org index 6f9c9c042..dd59b8ab8 100644 --- a/layers/+lang/perl5/README.org +++ b/layers/+lang/perl5/README.org @@ -4,7 +4,7 @@ [[file:img/perl5.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+lang/perl6/README.org b/layers/+lang/perl6/README.org index d7998691b..ee796a3a4 100644 --- a/layers/+lang/perl6/README.org +++ b/layers/+lang/perl6/README.org @@ -4,7 +4,7 @@ [[file:img/camelia-logo.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+lang/php/README.org b/layers/+lang/php/README.org index 481b9a96f..231aff8cf 100644 --- a/layers/+lang/php/README.org +++ b/layers/+lang/php/README.org @@ -4,7 +4,7 @@ [[file:img/php.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+lang/plantuml/README.org b/layers/+lang/plantuml/README.org index d17924088..9e7bf7b23 100644 --- a/layers/+lang/plantuml/README.org +++ b/layers/+lang/plantuml/README.org @@ -4,7 +4,7 @@ [[file:img/logo.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+lang/prolog/README.org b/layers/+lang/prolog/README.org index 309bf7326..1921f272f 100644 --- a/layers/+lang/prolog/README.org +++ b/layers/+lang/prolog/README.org @@ -2,7 +2,7 @@ #+TAGS: dsl|layer|programming -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+lang/protobuf/README.org b/layers/+lang/protobuf/README.org index ac5174a51..c5db23bde 100644 --- a/layers/+lang/protobuf/README.org +++ b/layers/+lang/protobuf/README.org @@ -4,7 +4,7 @@ [[file:img/protobuf.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+lang/purescript/README.org b/layers/+lang/purescript/README.org index ef5b0f7bd..315302f81 100644 --- a/layers/+lang/purescript/README.org +++ b/layers/+lang/purescript/README.org @@ -4,7 +4,7 @@ [[file:img/purescript-logo.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+lang/python/README.org b/layers/+lang/python/README.org index bf578619d..1e8b121c3 100644 --- a/layers/+lang/python/README.org +++ b/layers/+lang/python/README.org @@ -4,7 +4,7 @@ [[file:img/python.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+lang/racket/README.org b/layers/+lang/racket/README.org index 473b810b6..e1590b3d3 100644 --- a/layers/+lang/racket/README.org +++ b/layers/+lang/racket/README.org @@ -4,7 +4,7 @@ [[file:img/racket.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+lang/restructuredtext/README.org b/layers/+lang/restructuredtext/README.org index 2d9e27a9f..f0a7508cb 100644 --- a/layers/+lang/restructuredtext/README.org +++ b/layers/+lang/restructuredtext/README.org @@ -4,7 +4,7 @@ [[file:img/restructuredtext.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+lang/ruby/README.org b/layers/+lang/ruby/README.org index 50ea348fc..067ed0d0f 100644 --- a/layers/+lang/ruby/README.org +++ b/layers/+lang/ruby/README.org @@ -4,7 +4,7 @@ [[file:img/ruby.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+lang/rust/README.org b/layers/+lang/rust/README.org index aa3c10b3f..b66012f13 100644 --- a/layers/+lang/rust/README.org +++ b/layers/+lang/rust/README.org @@ -4,7 +4,7 @@ [[file:img/rust.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+lang/scala/README.org b/layers/+lang/scala/README.org index 822197277..849bd4dcf 100644 --- a/layers/+lang/scala/README.org +++ b/layers/+lang/scala/README.org @@ -4,7 +4,7 @@ [[file:img/scala.png]] with [[file:img/ensime.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#layer-installation][Layer Installation]] diff --git a/layers/+lang/scheme/README.org b/layers/+lang/scheme/README.org index 651600cab..166085abb 100644 --- a/layers/+lang/scheme/README.org +++ b/layers/+lang/scheme/README.org @@ -2,7 +2,7 @@ #+TAGS: dsl|layer|lisp|programming -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+lang/semantic-web/README.org b/layers/+lang/semantic-web/README.org index b5a070c5e..cfc55974a 100644 --- a/layers/+lang/semantic-web/README.org +++ b/layers/+lang/semantic-web/README.org @@ -4,7 +4,7 @@ [[file:img/semweb.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+lang/shell-scripts/README.org b/layers/+lang/shell-scripts/README.org index bd3f8bb6f..62b37a876 100644 --- a/layers/+lang/shell-scripts/README.org +++ b/layers/+lang/shell-scripts/README.org @@ -4,7 +4,7 @@ [[file:img/fish.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+lang/sml/README.org b/layers/+lang/sml/README.org index 9aebff81f..dd85ef193 100644 --- a/layers/+lang/sml/README.org +++ b/layers/+lang/sml/README.org @@ -4,7 +4,7 @@ [[file:img/sml.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+lang/sql/README.org b/layers/+lang/sql/README.org index 67e28593d..7f7d41d37 100644 --- a/layers/+lang/sql/README.org +++ b/layers/+lang/sql/README.org @@ -4,7 +4,7 @@ [[file:img/sql.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+lang/swift/README.org b/layers/+lang/swift/README.org index b9b138432..72ad95ebb 100644 --- a/layers/+lang/swift/README.org +++ b/layers/+lang/swift/README.org @@ -4,7 +4,7 @@ [[file:img/swift.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+lang/typescript/README.org b/layers/+lang/typescript/README.org index e895a7a00..e4a5f1470 100644 --- a/layers/+lang/typescript/README.org +++ b/layers/+lang/typescript/README.org @@ -4,7 +4,7 @@ [[file:img/TypeScript.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+lang/vimscript/README.org b/layers/+lang/vimscript/README.org index 61e032fdf..64c6abc72 100644 --- a/layers/+lang/vimscript/README.org +++ b/layers/+lang/vimscript/README.org @@ -2,7 +2,7 @@ #+TAGS: dsl|layer|programming|script -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+lang/windows-scripts/README.org b/layers/+lang/windows-scripts/README.org index 83e137699..7c688918d 100644 --- a/layers/+lang/windows-scripts/README.org +++ b/layers/+lang/windows-scripts/README.org @@ -4,7 +4,7 @@ [[file:img/ps.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+lang/yaml/README.org b/layers/+lang/yaml/README.org index 76b1ef6b5..081e4285b 100644 --- a/layers/+lang/yaml/README.org +++ b/layers/+lang/yaml/README.org @@ -2,7 +2,7 @@ #+TAGS: dsl|layer|markup|programming -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+lang/yang/README.org b/layers/+lang/yang/README.org index bc9472e18..1fd8bb760 100644 --- a/layers/+lang/yang/README.org +++ b/layers/+lang/yang/README.org @@ -2,7 +2,7 @@ #+TAGS: dsl|layer|markup|programming -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+misc/copy-as-format/README.org b/layers/+misc/copy-as-format/README.org index bc88e26ea..d0ef5fcf1 100644 --- a/layers/+misc/copy-as-format/README.org +++ b/layers/+misc/copy-as-format/README.org @@ -2,7 +2,7 @@ #+TAGS: layer|misc -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+misc/ietf/README.org b/layers/+misc/ietf/README.org index be224753b..03bd3696b 100644 --- a/layers/+misc/ietf/README.org +++ b/layers/+misc/ietf/README.org @@ -4,7 +4,7 @@ [[file:img/ietf-logo.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#fetching-and-opening-ietf-documents][Fetching and Opening IETF Documents]] diff --git a/layers/+misc/multiple-cursors/README.org b/layers/+misc/multiple-cursors/README.org index c9a898626..65dac1694 100644 --- a/layers/+misc/multiple-cursors/README.org +++ b/layers/+misc/multiple-cursors/README.org @@ -2,7 +2,7 @@ #+TAGS: layer|misc -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+misc/nlinum/README.org b/layers/+misc/nlinum/README.org index 74846c5b2..8892c1390 100644 --- a/layers/+misc/nlinum/README.org +++ b/layers/+misc/nlinum/README.org @@ -2,7 +2,7 @@ #+TAGS: layer|misc -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] diff --git a/layers/+misc/parinfer/README.org b/layers/+misc/parinfer/README.org index 472ae392c..324f277b1 100644 --- a/layers/+misc/parinfer/README.org +++ b/layers/+misc/parinfer/README.org @@ -4,7 +4,7 @@ [[file:img/parinfer.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+music/spotify/README.org b/layers/+music/spotify/README.org index 3c21481f6..396d9a627 100644 --- a/layers/+music/spotify/README.org +++ b/layers/+music/spotify/README.org @@ -4,7 +4,7 @@ [[file:img/spotify.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+os/nixos/README.org b/layers/+os/nixos/README.org index 70fd8a87c..97feb1448 100644 --- a/layers/+os/nixos/README.org +++ b/layers/+os/nixos/README.org @@ -4,7 +4,7 @@ [[file:img/nixos.jpg]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+os/osx/README.org b/layers/+os/osx/README.org index e26a4e555..0dc44e3dc 100644 --- a/layers/+os/osx/README.org +++ b/layers/+os/osx/README.org @@ -4,7 +4,7 @@ [[file:img/apple.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#philosophy][Philosophy]] diff --git a/layers/+pair-programming/floobits/README.org b/layers/+pair-programming/floobits/README.org index 4c27d90c8..41946a5a9 100644 --- a/layers/+pair-programming/floobits/README.org +++ b/layers/+pair-programming/floobits/README.org @@ -4,7 +4,7 @@ [[file:img/floobits.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+readers/dash/README.org b/layers/+readers/dash/README.org index 85ab6d24b..90fb4fc66 100644 --- a/layers/+readers/dash/README.org +++ b/layers/+readers/dash/README.org @@ -6,7 +6,7 @@ [[file:img/zeal.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+readers/deft/README.org b/layers/+readers/deft/README.org index 77ddae88d..546012a8c 100644 --- a/layers/+readers/deft/README.org +++ b/layers/+readers/deft/README.org @@ -2,7 +2,7 @@ #+TAGS: layer|reader -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+readers/elfeed/README.org b/layers/+readers/elfeed/README.org index ff459382b..e78a07fdb 100644 --- a/layers/+readers/elfeed/README.org +++ b/layers/+readers/elfeed/README.org @@ -4,7 +4,7 @@ [[file:img/elfeed.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+readers/epub/README.org b/layers/+readers/epub/README.org index d5ec11adc..2d3bb779a 100644 --- a/layers/+readers/epub/README.org +++ b/layers/+readers/epub/README.org @@ -4,7 +4,7 @@ [[file:img/epub.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+readers/pdf/README.org b/layers/+readers/pdf/README.org index f11be3a66..2bbce913a 100644 --- a/layers/+readers/pdf/README.org +++ b/layers/+readers/pdf/README.org @@ -4,7 +4,7 @@ [[file:img/pdf.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+readers/speed-reading/README.org b/layers/+readers/speed-reading/README.org index 09e279eca..64a9183e3 100644 --- a/layers/+readers/speed-reading/README.org +++ b/layers/+readers/speed-reading/README.org @@ -2,7 +2,7 @@ #+TAGS: layer|reader -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+source-control/git/README.org b/layers/+source-control/git/README.org index 159c24fef..6f9cc0ca9 100644 --- a/layers/+source-control/git/README.org +++ b/layers/+source-control/git/README.org @@ -4,7 +4,7 @@ [[file:img/git.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+source-control/github/README.org b/layers/+source-control/github/README.org index b04bb250d..0509eb842 100644 --- a/layers/+source-control/github/README.org +++ b/layers/+source-control/github/README.org @@ -4,7 +4,7 @@ [[file:img/github.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+source-control/perforce/README.org b/layers/+source-control/perforce/README.org index 3ce93edf3..89805d592 100644 --- a/layers/+source-control/perforce/README.org +++ b/layers/+source-control/perforce/README.org @@ -4,7 +4,7 @@ [[file:img/p4.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+source-control/version-control/README.org b/layers/+source-control/version-control/README.org index 8056eeb9c..91a7290ab 100644 --- a/layers/+source-control/version-control/README.org +++ b/layers/+source-control/version-control/README.org @@ -2,7 +2,7 @@ #+TAGS: layer|versioning -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+spacemacs/spacemacs-completion/README.org b/layers/+spacemacs/spacemacs-completion/README.org index 22d6d961d..81c34ae80 100644 --- a/layers/+spacemacs/spacemacs-completion/README.org +++ b/layers/+spacemacs/spacemacs-completion/README.org @@ -2,7 +2,7 @@ #+TAGS: layer|uncategorized -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] diff --git a/layers/+spacemacs/spacemacs-defaults/README.org b/layers/+spacemacs/spacemacs-defaults/README.org index 4897c1ad4..7f652d9b9 100644 --- a/layers/+spacemacs/spacemacs-defaults/README.org +++ b/layers/+spacemacs/spacemacs-defaults/README.org @@ -2,7 +2,7 @@ #+TAGS: layer|uncategorized -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] diff --git a/layers/+spacemacs/spacemacs-editing-visual/README.org b/layers/+spacemacs/spacemacs-editing-visual/README.org index 0451d13af..a919ea6ac 100644 --- a/layers/+spacemacs/spacemacs-editing-visual/README.org +++ b/layers/+spacemacs/spacemacs-editing-visual/README.org @@ -2,7 +2,7 @@ #+TAGS: layer|uncategorized -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] diff --git a/layers/+spacemacs/spacemacs-editing/README.org b/layers/+spacemacs/spacemacs-editing/README.org index 314123a40..6a4bef31b 100644 --- a/layers/+spacemacs/spacemacs-editing/README.org +++ b/layers/+spacemacs/spacemacs-editing/README.org @@ -2,7 +2,7 @@ #+TAGS: layer|uncategorized -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] diff --git a/layers/+spacemacs/spacemacs-evil/README.org b/layers/+spacemacs/spacemacs-evil/README.org index d9541f69d..8006c1742 100644 --- a/layers/+spacemacs/spacemacs-evil/README.org +++ b/layers/+spacemacs/spacemacs-evil/README.org @@ -2,7 +2,7 @@ #+TAGS: layer|uncategorized -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] diff --git a/layers/+spacemacs/spacemacs-language/README.org b/layers/+spacemacs/spacemacs-language/README.org index e62b99cb9..3efe03de8 100644 --- a/layers/+spacemacs/spacemacs-language/README.org +++ b/layers/+spacemacs/spacemacs-language/README.org @@ -2,7 +2,7 @@ #+TAGS: layer|uncategorized -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#key-bindings][Key bindings]] diff --git a/layers/+spacemacs/spacemacs-layouts/README.org b/layers/+spacemacs/spacemacs-layouts/README.org index 78725be22..4dd3f5048 100644 --- a/layers/+spacemacs/spacemacs-layouts/README.org +++ b/layers/+spacemacs/spacemacs-layouts/README.org @@ -2,7 +2,7 @@ #+TAGS: layer|uncategorized -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] diff --git a/layers/+spacemacs/spacemacs-misc/README.org b/layers/+spacemacs/spacemacs-misc/README.org index 8fea8f645..c2028b986 100644 --- a/layers/+spacemacs/spacemacs-misc/README.org +++ b/layers/+spacemacs/spacemacs-misc/README.org @@ -2,7 +2,7 @@ #+TAGS: layer|uncategorized -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] diff --git a/layers/+spacemacs/spacemacs-modeline/README.org b/layers/+spacemacs/spacemacs-modeline/README.org index 6ccae575e..5d6333ba5 100644 --- a/layers/+spacemacs/spacemacs-modeline/README.org +++ b/layers/+spacemacs/spacemacs-modeline/README.org @@ -2,7 +2,7 @@ #+TAGS: layer|uncategorized -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#key-bindings][Key bindings]] diff --git a/layers/+spacemacs/spacemacs-navigation/README.org b/layers/+spacemacs/spacemacs-navigation/README.org index 4ddd277d2..e141d3bf7 100644 --- a/layers/+spacemacs/spacemacs-navigation/README.org +++ b/layers/+spacemacs/spacemacs-navigation/README.org @@ -2,7 +2,7 @@ #+TAGS: layer|uncategorized -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] diff --git a/layers/+spacemacs/spacemacs-org/README.org b/layers/+spacemacs/spacemacs-org/README.org index 79626d74c..9e1db1a8f 100644 --- a/layers/+spacemacs/spacemacs-org/README.org +++ b/layers/+spacemacs/spacemacs-org/README.org @@ -2,7 +2,7 @@ #+TAGS: layer|uncategorized -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] diff --git a/layers/+spacemacs/spacemacs-project/README.org b/layers/+spacemacs/spacemacs-project/README.org index a63009b89..bd6b144a9 100644 --- a/layers/+spacemacs/spacemacs-project/README.org +++ b/layers/+spacemacs/spacemacs-project/README.org @@ -2,7 +2,7 @@ #+TAGS: layer|uncategorized -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] diff --git a/layers/+spacemacs/spacemacs-purpose/README.org b/layers/+spacemacs/spacemacs-purpose/README.org index 743ea33eb..619a2634a 100644 --- a/layers/+spacemacs/spacemacs-purpose/README.org +++ b/layers/+spacemacs/spacemacs-purpose/README.org @@ -2,7 +2,7 @@ #+TAGS: layer|spacemacs|util -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#purposes][Purposes]] diff --git a/layers/+spacemacs/spacemacs-visual/README.org b/layers/+spacemacs/spacemacs-visual/README.org index b7a615144..62cce6965 100644 --- a/layers/+spacemacs/spacemacs-visual/README.org +++ b/layers/+spacemacs/spacemacs-visual/README.org @@ -2,7 +2,7 @@ #+TAGS: layer|uncategorized -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] diff --git a/layers/+tags/cscope/README.org b/layers/+tags/cscope/README.org index b0ff33815..597df83ed 100644 --- a/layers/+tags/cscope/README.org +++ b/layers/+tags/cscope/README.org @@ -4,7 +4,7 @@ [[file:img/cscope.jpg]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+tags/gtags/README.org b/layers/+tags/gtags/README.org index 58a0feb6a..ddccd0d7e 100644 --- a/layers/+tags/gtags/README.org +++ b/layers/+tags/gtags/README.org @@ -2,7 +2,7 @@ #+TAGS: layer|tag -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+themes/colors/README.org b/layers/+themes/colors/README.org index 9d29ba4a0..ce67ae920 100644 --- a/layers/+themes/colors/README.org +++ b/layers/+themes/colors/README.org @@ -4,7 +4,7 @@ [[file:img/rainbow_dash.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+themes/colors/local/nyan-mode/README.org b/layers/+themes/colors/local/nyan-mode/README.org index 5c08d5425..1e69dcb01 100644 --- a/layers/+themes/colors/local/nyan-mode/README.org +++ b/layers/+themes/colors/local/nyan-mode/README.org @@ -2,7 +2,7 @@ #+TAGS: layer|uncategorized -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#fork-modifications][Fork modifications]] diff --git a/layers/+themes/themes-megapack/README.org b/layers/+themes/themes-megapack/README.org index 9ca7c0d21..2bc813f17 100644 --- a/layers/+themes/themes-megapack/README.org +++ b/layers/+themes/themes-megapack/README.org @@ -2,7 +2,7 @@ #+TAGS: layer|theme -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+themes/theming/README.org b/layers/+themes/theming/README.org index fc00160a2..e64d674bb 100644 --- a/layers/+themes/theming/README.org +++ b/layers/+themes/theming/README.org @@ -2,7 +2,7 @@ #+TAGS: layer|theme -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+tools/ansible/README.org b/layers/+tools/ansible/README.org index 5a02a6f92..b5c112804 100644 --- a/layers/+tools/ansible/README.org +++ b/layers/+tools/ansible/README.org @@ -4,7 +4,7 @@ [[file:img/ansible.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+tools/bm/README.org b/layers/+tools/bm/README.org index b48b48278..647ff6ddb 100644 --- a/layers/+tools/bm/README.org +++ b/layers/+tools/bm/README.org @@ -2,7 +2,7 @@ #+TAGS: layer|tool -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+tools/cfengine/README.org b/layers/+tools/cfengine/README.org index c5d35a9f0..5a4e829db 100644 --- a/layers/+tools/cfengine/README.org +++ b/layers/+tools/cfengine/README.org @@ -6,7 +6,7 @@ [[file:./img/agent.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+tools/chrome/README.org b/layers/+tools/chrome/README.org index 751e647b1..b91d6864b 100644 --- a/layers/+tools/chrome/README.org +++ b/layers/+tools/chrome/README.org @@ -4,7 +4,7 @@ [[file:img/chrome.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+tools/cmake/README.org b/layers/+tools/cmake/README.org index e34f5949b..4afc05c66 100644 --- a/layers/+tools/cmake/README.org +++ b/layers/+tools/cmake/README.org @@ -4,7 +4,7 @@ [[file:img/cmake.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+tools/command-log/README.org b/layers/+tools/command-log/README.org index 4020a910d..c2263a602 100644 --- a/layers/+tools/command-log/README.org +++ b/layers/+tools/command-log/README.org @@ -2,7 +2,7 @@ #+TAGS: layer|tool -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+tools/dap/README.org b/layers/+tools/dap/README.org index 0e2b3def1..097313833 100644 --- a/layers/+tools/dap/README.org +++ b/layers/+tools/dap/README.org @@ -2,7 +2,7 @@ #+TAGS: layer|tool -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#layer-installation][Layer installation]] diff --git a/layers/+tools/debug/README.org b/layers/+tools/debug/README.org index b4704d31c..8c0afcfd4 100644 --- a/layers/+tools/debug/README.org +++ b/layers/+tools/debug/README.org @@ -4,7 +4,7 @@ [[file:img/debug.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+tools/docker/README.org b/layers/+tools/docker/README.org index e86c1057d..0d8e114b3 100644 --- a/layers/+tools/docker/README.org +++ b/layers/+tools/docker/README.org @@ -4,7 +4,7 @@ [[file:img/docker.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+tools/fasd/README.org b/layers/+tools/fasd/README.org index bac54eee7..cc80901fd 100644 --- a/layers/+tools/fasd/README.org +++ b/layers/+tools/fasd/README.org @@ -2,7 +2,7 @@ #+TAGS: layer|tool -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+tools/finance/README.org b/layers/+tools/finance/README.org index 4b3780e09..7f1571ddf 100644 --- a/layers/+tools/finance/README.org +++ b/layers/+tools/finance/README.org @@ -4,7 +4,7 @@ [[file:img/ledger.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+tools/geolocation/README.org b/layers/+tools/geolocation/README.org index 9ee2e8124..5b3317c13 100644 --- a/layers/+tools/geolocation/README.org +++ b/layers/+tools/geolocation/README.org @@ -2,7 +2,7 @@ #+TAGS: layer|tool -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+tools/imenu-list/README.org b/layers/+tools/imenu-list/README.org index 2dc50d68b..2e2924b5a 100644 --- a/layers/+tools/imenu-list/README.org +++ b/layers/+tools/imenu-list/README.org @@ -2,7 +2,7 @@ #+TAGS: layer|tool -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#screenshot][Screenshot]] diff --git a/layers/+tools/import-js/README.org b/layers/+tools/import-js/README.org index edaee99f7..73506a3ad 100644 --- a/layers/+tools/import-js/README.org +++ b/layers/+tools/import-js/README.org @@ -2,7 +2,7 @@ #+TAGS: layer|tool -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+tools/lsp/README.org b/layers/+tools/lsp/README.org index b094fe53b..14165d085 100644 --- a/layers/+tools/lsp/README.org +++ b/layers/+tools/lsp/README.org @@ -2,7 +2,7 @@ #+TAGS: layer|tool -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#configuration][Configuration]] diff --git a/layers/+tools/nginx/README.org b/layers/+tools/nginx/README.org index d133d1660..17dbd8e09 100644 --- a/layers/+tools/nginx/README.org +++ b/layers/+tools/nginx/README.org @@ -4,7 +4,7 @@ [[file:img/nginx.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+tools/node/README.org b/layers/+tools/node/README.org index 8e06df465..bb0e21021 100644 --- a/layers/+tools/node/README.org +++ b/layers/+tools/node/README.org @@ -4,7 +4,7 @@ [[file:img/node.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] diff --git a/layers/+tools/pandoc/README.org b/layers/+tools/pandoc/README.org index 4c54d77d3..b6367b48c 100644 --- a/layers/+tools/pandoc/README.org +++ b/layers/+tools/pandoc/README.org @@ -2,7 +2,7 @@ #+TAGS: layer|tool -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+tools/pass/README.org b/layers/+tools/pass/README.org index f929aea28..4496f6eee 100644 --- a/layers/+tools/pass/README.org +++ b/layers/+tools/pass/README.org @@ -2,7 +2,7 @@ #+TAGS: layer|tool -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+tools/prettier/README.org b/layers/+tools/prettier/README.org index 5f7292430..04b176ada 100644 --- a/layers/+tools/prettier/README.org +++ b/layers/+tools/prettier/README.org @@ -2,7 +2,7 @@ #+TAGS: layer|tool -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+tools/prodigy/README.org b/layers/+tools/prodigy/README.org index 5010102c2..9aaf35ad8 100644 --- a/layers/+tools/prodigy/README.org +++ b/layers/+tools/prodigy/README.org @@ -4,7 +4,7 @@ [[file:img/prodigy.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+tools/puppet/README.org b/layers/+tools/puppet/README.org index f804180c2..88cb9d3e7 100644 --- a/layers/+tools/puppet/README.org +++ b/layers/+tools/puppet/README.org @@ -4,7 +4,7 @@ [[file:img/puppet.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+tools/ranger/README.org b/layers/+tools/ranger/README.org index d6b979000..15e0961fb 100644 --- a/layers/+tools/ranger/README.org +++ b/layers/+tools/ranger/README.org @@ -2,7 +2,7 @@ #+TAGS: layer|tool -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#configuration][Configuration]] diff --git a/layers/+tools/rebox/README.org b/layers/+tools/rebox/README.org index a2b06c59c..d28957da0 100644 --- a/layers/+tools/rebox/README.org +++ b/layers/+tools/rebox/README.org @@ -2,7 +2,7 @@ #+TAGS: layer|tool -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+tools/restclient/README.org b/layers/+tools/restclient/README.org index 5c94ee95f..7d9097f95 100644 --- a/layers/+tools/restclient/README.org +++ b/layers/+tools/restclient/README.org @@ -2,7 +2,7 @@ #+TAGS: layer|tool -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+tools/salt/README.org b/layers/+tools/salt/README.org index 9250c6e9f..bc035eacb 100644 --- a/layers/+tools/salt/README.org +++ b/layers/+tools/salt/README.org @@ -4,7 +4,7 @@ [[file:img/saltstack.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+tools/shell/README.org b/layers/+tools/shell/README.org index b66ec2fb5..8e8f86142 100644 --- a/layers/+tools/shell/README.org +++ b/layers/+tools/shell/README.org @@ -4,7 +4,7 @@ [[file:img/shell.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+tools/sphinx/README.org b/layers/+tools/sphinx/README.org index 0d52b3125..b2e229c68 100644 --- a/layers/+tools/sphinx/README.org +++ b/layers/+tools/sphinx/README.org @@ -4,7 +4,7 @@ [[file:img/sphinx.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+tools/systemd/README.org b/layers/+tools/systemd/README.org index 41f35c5af..fb64eba36 100644 --- a/layers/+tools/systemd/README.org +++ b/layers/+tools/systemd/README.org @@ -2,7 +2,7 @@ #+TAGS: layer|tool -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+tools/tern/README.org b/layers/+tools/tern/README.org index 3427f0cff..4f645e1f5 100644 --- a/layers/+tools/tern/README.org +++ b/layers/+tools/tern/README.org @@ -4,7 +4,7 @@ [[file:img/tern.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+tools/terraform/README.org b/layers/+tools/terraform/README.org index 37f1170d6..ef133539b 100644 --- a/layers/+tools/terraform/README.org +++ b/layers/+tools/terraform/README.org @@ -4,7 +4,7 @@ [[file:img/terraform.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+tools/tmux/README.org b/layers/+tools/tmux/README.org index 17c13de1f..ea8f692fb 100644 --- a/layers/+tools/tmux/README.org +++ b/layers/+tools/tmux/README.org @@ -2,7 +2,7 @@ #+TAGS: layer|tool -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+tools/transmission/README.org b/layers/+tools/transmission/README.org index 6c0290893..3c0cfd309 100644 --- a/layers/+tools/transmission/README.org +++ b/layers/+tools/transmission/README.org @@ -4,7 +4,7 @@ [[file:img/transmission.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+tools/vagrant/README.org b/layers/+tools/vagrant/README.org index 498227332..76659dffc 100644 --- a/layers/+tools/vagrant/README.org +++ b/layers/+tools/vagrant/README.org @@ -4,7 +4,7 @@ [[file:img/vagrant.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+tools/web-beautify/README.org b/layers/+tools/web-beautify/README.org index c6a1b98f2..270c8c813 100644 --- a/layers/+tools/web-beautify/README.org +++ b/layers/+tools/web-beautify/README.org @@ -2,7 +2,7 @@ #+TAGS: layer|tool -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+tools/xclipboard/README.org b/layers/+tools/xclipboard/README.org index d173ec5dc..2406121df 100644 --- a/layers/+tools/xclipboard/README.org +++ b/layers/+tools/xclipboard/README.org @@ -2,7 +2,7 @@ #+TAGS: layer|tool -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#requirements][Requirements]] diff --git a/layers/+tools/ycmd/README.org b/layers/+tools/ycmd/README.org index 18f62ebbd..2b20617a4 100644 --- a/layers/+tools/ycmd/README.org +++ b/layers/+tools/ycmd/README.org @@ -2,7 +2,7 @@ #+TAGS: layer|tool -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+vim/evil-commentary/README.org b/layers/+vim/evil-commentary/README.org index cbcc9ec8b..88383295b 100644 --- a/layers/+vim/evil-commentary/README.org +++ b/layers/+vim/evil-commentary/README.org @@ -2,7 +2,7 @@ #+TAGS: layer|vim -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+vim/evil-snipe/README.org b/layers/+vim/evil-snipe/README.org index 7c32be352..6315cdf43 100644 --- a/layers/+vim/evil-snipe/README.org +++ b/layers/+vim/evil-snipe/README.org @@ -4,7 +4,7 @@ [[file:img/Cat_With_Rifle.jpg]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+vim/vim-empty-lines/README.org b/layers/+vim/vim-empty-lines/README.org index be1506a5b..af552bfcd 100644 --- a/layers/+vim/vim-empty-lines/README.org +++ b/layers/+vim/vim-empty-lines/README.org @@ -2,7 +2,7 @@ #+TAGS: layer|vim -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+vim/vinegar/README.org b/layers/+vim/vinegar/README.org index f0f6df977..ab79ece1d 100644 --- a/layers/+vim/vinegar/README.org +++ b/layers/+vim/vinegar/README.org @@ -2,7 +2,7 @@ #+TAGS: layer|vim -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+web-services/confluence/README.org b/layers/+web-services/confluence/README.org index 21c95f2f1..5d6b916d2 100644 --- a/layers/+web-services/confluence/README.org +++ b/layers/+web-services/confluence/README.org @@ -4,7 +4,7 @@ [[file:img/confluence.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+web-services/evernote/README.org b/layers/+web-services/evernote/README.org index bfe0c4804..aad2e1548 100644 --- a/layers/+web-services/evernote/README.org +++ b/layers/+web-services/evernote/README.org @@ -4,7 +4,7 @@ [[file:img/evernote.png]] with [[file:img/geeknote.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+web-services/search-engine/README.org b/layers/+web-services/search-engine/README.org index 1ed73df11..42754c77b 100644 --- a/layers/+web-services/search-engine/README.org +++ b/layers/+web-services/search-engine/README.org @@ -4,7 +4,7 @@ [[file:img/searchengine.jpg]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#supported-search-engines][Supported search engines]] diff --git a/layers/+web-services/twitter/README.org b/layers/+web-services/twitter/README.org index f109a4ce4..e52460276 100644 --- a/layers/+web-services/twitter/README.org +++ b/layers/+web-services/twitter/README.org @@ -4,7 +4,7 @@ [[file:img/twitter.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/+web-services/wakatime/README.org b/layers/+web-services/wakatime/README.org index 3a8828e41..384659578 100644 --- a/layers/+web-services/wakatime/README.org +++ b/layers/+web-services/wakatime/README.org @@ -4,7 +4,7 @@ [[file:img/wakatime.png]] -* Table of Contents :TOC_4_gh:noexport: +* Table of Contents :TOC_5_gh:noexport: - [[#description][Description]] - [[#features][Features:]] - [[#install][Install]] diff --git a/layers/LAYERS_WIP.org b/layers/LAYERS_WIP.org deleted file mode 100644 index 0a0c7a49d..000000000 --- a/layers/LAYERS_WIP.org +++ /dev/null @@ -1,2901 +0,0 @@ -#+TITLE: Configuration layers - -* Table of Contents :TOC_4_gh:noexport: -- [[#checkers][Checkers]] - - [[#spell-checking][Spell Checking]] - - [[#syntax-checking][Syntax Checking]] -- [[#web-services][Web services]] - - [[#confluence][Confluence]] - - [[#evernote][Evernote]] - - [[#search-engine][Search Engine]] - - [[#twitter][Twitter]] - - [[#wakatime][Wakatime]] -- [[#spacemacs][Spacemacs]] - - [[#distributions][Distributions]] - - [[#spacemacs-docker-distribution][spacemacs-docker distribution]] - - [[#utilities][Utilities]] - - [[#spacemacs-purpose][Spacemacs-purpose]] -- [[#music][Music]] - - [[#spotify][Spotify]] -- [[#miscellaneous][Miscellaneous]] - - [[#parinfer][Parinfer]] - - [[#copy-as-format][copy-as-format]] - - [[#ietf][ietf]] - - [[#multiple-cursors][multiple-cursors]] - - [[#nlinum][nlinum]] -- [[#fun][Fun]] - - [[#emoji][Emoji]] - - [[#games][Games]] - - [[#selectric][selectric]] - - [[#xkcd][xkcd]] -- [[#programming-languages][Programming languages]] - - [[#general-purpose][General-purpose]] - - [[#imperative][Imperative]] - - [[#forth][Forth]] - - [[#asm][asm]] -- [[#readers][Readers]] - - [[#dash][Dash]] - - [[#deft][Deft]] - - [[#elfeed][Elfeed]] - - [[#pdf][PDF]] - - [[#speed-reading][Speed Reading]] - - [[#epub][epub]] -- [[#fonts][Fonts]] - - [[#unicode-fonts][unicode-fonts]] -- [[#completion][Completion]] - - [[#auto-completion][Auto-completion]] - - [[#helm][Helm]] - - [[#ivy][Ivy]] - - [[#templates][Templates]] -- [[#operating-systems][Operating systems]] - - [[#nixos][NixOS]] - - [[#osx][OSX]] -- [[#themes][Themes]] - - [[#colors][Colors]] - - [[#themes-megapack][Themes Megapack]] - - [[#theming][Theming]] -- [[#internationalization][internationalization]] - - [[#chinese][Chinese]] - - [[#japanese][Japanese]] - - [[#keyboard-layout][keyboard-layout]] -- [[#readmeorg-files-that-need-proper-tags][README.org files that need proper tags]] - - [[#agda][Agda]] - - [[#alda-layer][Alda Layer]] - - [[#asciidoc][Asciidoc]] - - [[#autohotkey][Autohotkey]] - - [[#bibtex][BibTeX]] - - [[#c][C#]] - - [[#cc][C/C++]] - - [[#csv][CSV]] - - [[#clojure][Clojure]] - - [[#coffeescript][CoffeeScript]] - - [[#common-lisp][Common Lisp]] - - [[#coq][Coq]] - - [[#d-language][D language]] - - [[#dhall][Dhall]] - - [[#ess-r][ESS (R)]] - - [[#elixir][Elixir]] - - [[#elm][Elm]] - - [[#emacs-lisp][Emacs Lisp]] - - [[#erlang][Erlang]] - - [[#extra-languages][Extra Languages]] - - [[#f][F#]] - - [[#factor-layer][Factor Layer]] - - [[#go][GO]] - - [[#gpu][GPU]] - - [[#groovy][Groovy]] - - [[#html][HTML]] - - [[#haskell][Haskell]] - - [[#hy][Hy]] - - [[#ipython-notebook][IPython Notebook]] - - [[#idris][Idris]] - - [[#jr-concurrent-programming-language][JR Concurrent Programming Language]] - - [[#json][JSON]] - - [[#java][Java]] - - [[#javascript][JavaScript]] - - [[#latex][LaTeX]] - - [[#lua][Lua]] - - [[#markdown][Markdown]] - - [[#nim][Nim]] - - [[#ocaml][Ocaml]] - - [[#octave][Octave]] - - [[#php][PHP]] - - [[#pact][Pact]] - - [[#perl5][Perl5]] - - [[#protocol-buffers][Protocol Buffers]] - - [[#purescript][Purescript]] - - [[#python][Python]] - - [[#racket][Racket]] - - [[#ruby][Ruby]] - - [[#rust][Rust]] - - [[#sml][SML]] - - [[#sql][SQL]] - - [[#scala][Scala]] - - [[#scheme][Scheme]] - - [[#semantic-web][Semantic Web]] - - [[#shell-scripts][Shell Scripts]] - - [[#swift][Swift]] - - [[#typescript][TypeScript]] - - [[#vimscript-language][Vimscript language]] - - [[#windows-scripting][Windows Scripting]] - - [[#yaml][YAML]] - - [[#crystal][crystal]] - - [[#dart][dart]] - - [[#faust][faust]] - - [[#graphviz][graphviz]] - - [[#jsonnet][jsonnet]] - - [[#julia][julia]] - - [[#kotlin][kotlin]] - - [[#nyan-mode][nyan-mode]] - - [[#perl6][perl6]] - - [[#plantuml][plantuml]] - - [[#prolog][prolog]] - - [[#restructuredtext][reStructuredText]] - - [[#spacemacs-distribution][spacemacs distribution]] - - [[#spacemacs-base-distribution][spacemacs-base distribution]] - - [[#spacemacs-bootstrap-distribution][spacemacs-bootstrap distribution]] - - [[#spacemacs-completion][spacemacs-completion]] - - [[#spacemacs-defaults][spacemacs-defaults]] - - [[#spacemacs-editing][spacemacs-editing]] - - [[#spacemacs-editing-visual][spacemacs-editing-visual]] - - [[#spacemacs-evil][spacemacs-evil]] - - [[#spacemacs-language][spacemacs-language]] - - [[#spacemacs-layouts][spacemacs-layouts]] - - [[#spacemacs-misc][spacemacs-misc]] - - [[#spacemacs-modeline][spacemacs-modeline]] - - [[#spacemacs-navigation][spacemacs-navigation]] - - [[#spacemacs-org][spacemacs-org]] - - [[#spacemacs-project][spacemacs-project]] - - [[#spacemacs-visual][spacemacs-visual]] - - [[#yang][yang]] -- [[#pair-programming][Pair programming]] - - [[#floobits][Floobits]] -- [[#e-mail][E-mail]] - - [[#gnus][Gnus]] - - [[#mu4e][Mu4e]] - - [[#notmuch][Notmuch]] -- [[#source-control][Source control]] - - [[#git][Git]] - - [[#github][GitHub]] - - [[#perforce][Perforce]] - - [[#version-control][Version-Control]] -- [[#file-trees][File trees]] - - [[#neotree][Neotree]] - - [[#treemacs][Treemacs]] -- [[#chats][Chats]] - - [[#erc][ERC]] - - [[#jabber][Jabber]] - - [[#rcirc][RCIRC]] - - [[#slack][Slack]] -- [[#tools][Tools]] - - [[#ansible][Ansible]] - - [[#cfengine][CFEngine]] - - [[#cmake][CMake]] - - [[#chrome][Chrome]] - - [[#dap][DAP]] - - [[#docker][Docker]] - - [[#finance][Finance]] - - [[#geolocation][Geolocation]] - - [[#lsp][LSP]] - - [[#node][Node]] - - [[#pandoc][Pandoc]] - - [[#pass][Pass]] - - [[#prodigy][Prodigy]] - - [[#puppet][Puppet]] - - [[#ranger][Ranger]] - - [[#rebox][Rebox]] - - [[#restclient][Restclient]] - - [[#saltstack][Saltstack]] - - [[#shell][Shell]] - - [[#sphinx][Sphinx]] - - [[#tern][Tern]] - - [[#terraform][Terraform]] - - [[#tmux][Tmux]] - - [[#transmission][Transmission]] - - [[#vagrant][Vagrant]] - - [[#ycmd][YCMD]] - - [[#bm][bm]] - - [[#command-log][command-log]] - - [[#debug][debug]] - - [[#fasd][fasd]] - - [[#imenu-list][imenu-list]] - - [[#import-js][import-js]] - - [[#nginx][nginx]] - - [[#prettier][prettier]] - - [[#systemd][systemd]] - - [[#web-beautify][web-beautify]] - - [[#xclipboard][xclipboard]] -- [[#frameworks][Frameworks]] - - [[#django][Django]] - - [[#react][React]] - - [[#ruby-on-rails][Ruby on Rails]] - - [[#emberjs][emberjs]] - - [[#phoenix][phoenix]] -- [[#tagging][Tagging]] - - [[#cscope][Cscope]] - - [[#helm-gtags][Helm Gtags]] -- [[#vim][Vim]] - - [[#evil-commentary][Evil-commentary]] - - [[#evil-snipe][Evil-snipe]] - - [[#vim-empty-lines][Vim-empty-lines]] - - [[#vinegar][Vinegar]] -- [[#emacs][Emacs]] - - [[#better-defaults][Better Defaults]] - - [[#ibuffer][IBuffer]] - - [[#org][Org]] - - [[#semantic][Semantic]] - - [[#smex][Smex]] - - [[#typography][Typography]] - -* Checkers -** Spell Checking -[[file:+checkers/spell-checking/README.org][+checkers/spell-checking/README.org]] - -This layer provides spell checking capabilities to Spacemacs. - -Features: -- Buffer-wide spell checking via external command (ispell, hunspell, aspell) run through [[http://www-sop.inria.fr/members/Manuel.Serrano/flyspell/flyspell.html][Flyspell]]. -- Spell as you type -- Optional correction popups, controlled by =enable-flyspell-auto-completion= variable. -- [[https://github.com/nschum/auto-dictionary-mode][Auto dictionary mode]] for some languages. - -** Syntax Checking -[[file:+checkers/syntax-checking/README.org][+checkers/syntax-checking/README.org]] - -This layer adds on the fly syntax checking to all supported language layers. - -Features: -- Support for automatic syntax checking with [[http://www.flycheck.org/][Flycheck]] for various language layers -- Tooltip syntax errors with =popwin= - -* Web services -** Confluence -[[file:+web-services/confluence/README.org][+web-services/confluence/README.org]] - -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 - -** Evernote -[[file:+web-services/evernote/README.org][+web-services/evernote/README.org]] - -This layer adds support for the famous [[https://evernote.com/][Evernote]] note taking service to Spacemacs. -It does so by grouping together various packages to work with [[https://evernote.com/][Evernote]]. - -Features: -- Create notes in markdown and sync with [[https://evernote.com/][Evernote]] via [[http://www.geeknote.me][geeknote]]. -- Search for notes using keywords -- Move notes between notebooks - -** Search Engine -[[file:+web-services/search-engine/README.org][+web-services/search-engine/README.org]] - -This layer adds support for the [[https://github.com/hrs/engine-mode][Search Engine]] package. - -Features: -- Browser search integration - -** Twitter -[[file:+web-services/twitter/README.org][+web-services/twitter/README.org]] - -This layer adds Twitter support to Spacemacs via the package [[https://github.com/hayamiz/twittering-mode][twittering-mode]]. - -Features: -- Activities on Twitter - - Viewing various timelines - - Home timeline - - Replies - - User’s timeline - - Public timeline - - Favorites timeline - - Retweets timeline - - Merged timeline - - Timeline without tweets satisfying a condition - - Posting tweets - - Direct message - - ReTweet - - Hash tag - - Signature - - Following and removing users - - Marking tweets as favorites -- HTTP Proxy support -- Secure connection via HTTPS (cURL, GNU Wget, OpenSSL or GnuTLS is required) - -** Wakatime -[[file:+web-services/wakatime/README.org][+web-services/wakatime/README.org]] - -This layer adds support for Wakatime. - -WakaTime was built to solve time tracking for programmers. -Since we work inside a text editor, why should we have to start and stop a -timer? WakaTime uses open-source text editor plugins to automatically track the -time you spend programming so you never have to manually track it again! - -P.S. wakati means time in Swahili - -Features: -- Integration with Wakatime cloud based time tracking service - -* Spacemacs -** Distributions -*** spacemacs-docker distribution -[[file:+distributions/spacemacs-docker/README.org][+distributions/spacemacs-docker/README.org]] - -Spacemacs distribution that aims to automate dependency installation for -Spacemacs layers and provide well tested Docker based development environment -with GUI support on all major platforms and even [[https://i.imgur.com/wDLDMZN.gif][your web browser]]. - -Features: -- Automatically get Spacemacs layers dependency installed with [[https://github.com/syl20bnr/spacemacs/blob/develop/layers/%2Bdistributions/spacemacs-docker/deps-install/README.org][installer scripts]] -- Reap the benefit of Emacs and other GNU/Linux tools on Windows/MacOS machines -- Use [[https://hub.docker.com/][docker hub]] to auto-build your environment and store full backups for free -- Build once and work with the same development environment everywhere -- Run untrusted/risky code in the tunable sandbox with CPU/network/disk quotas -- Try new tools, experiment and roll back changes when something goes wrong -- Share your setup with others or extend someone else’s development environment -- Run multiple Emacs instances on the same machine isolated -- An easy way to swap Emacs version (=emacs25= =emacs-snapshot=) for debugging -- [[https://docs.docker.com/engine/reference/commandline/pause/][pause]] container to free resources temporarily -- [[https://github.com/docker/docker/blob/1.13.x/experimental/checkpoint-restore.md][Checkpoint & Restore]] - maybe the fastest way to start a “heavy” environment -- Friendly for networks with low upload speed/quotas. - -** Utilities -*** Spacemacs-purpose -[[file:+spacemacs/spacemacs-purpose/README.org][+spacemacs/spacemacs-purpose/README.org]] - -This layer enables [[https://github.com/bmag/emacs-purpose][window-purpose]], which provides an alternative, purpose-based -window manager for Emacs. With this layer, your window layout should be robust -and shouldn’t change too much when opening all sorts of buffers. - -Regular [[https://github.com/m2ym/popwin-el][popwin]] is not triggered when window-purpose is enabled. However, -the window-purpose layer provides a =purpose-popwin= extension, which -brings popwin’s behavior to window-purpose and solves that problem. - -Features: -- Window layout is more robust and less likely to change unintentionally -- Dedicate window to a purpose -- User-defined purposes -- Extensible window display behavior -- Empty =purpose-mode-map=, to avoid conflicts with other key maps -- Replicate popwin behavior for purpose-mode - almost no regression in popup behavior from using window-purpose. -- Reuses popwin’s settings: =popwin:special-display-config=, =popwin:popup-window-height= and =popwin:popup-window-width=. -- Difference from popwin: when several windows are open, popup window is sometimes bigger than with regular popwin in the same situation. - -* Music -** Spotify -[[file:+music/spotify/README.org][+music/spotify/README.org]] - -This layer integrates an online music service into Spacemacs. - -Features: -- Support for listening to music from within Emacs via [[https://www.spotify.com][Spotify]]. - -* Miscellaneous -** Parinfer -[[file:+misc/parinfer/README.org][+misc/parinfer/README.org]] - -This layer provides an implementation of [[https://shaunlebron.github.io/parinfer/][parinfer]], a lisp editing paradigm that -controls indentation based on parentheses or vice versa. - -Features: -- Automatic managment of parenthesis in clojure, emacs lisp, common-lisp and scheme following the parinfer editing paradigm. - -** copy-as-format -[[file:+misc/copy-as-format/README.org][+misc/copy-as-format/README.org]] - -This layer adds support for [[https://github.com/sshaw/copy-as-format][copy-as-format]]. - -Features: -- Function to copy buffer locations as GitHub/Slack/JIRA/HipChat/... formatted code - -** ietf -[[file:+misc/ietf/README.org][+misc/ietf/README.org]] - -The =IETF= layer collects various useful packages for participating in the -Internet Engineering Task Force ([[https://www.ietf.org]]). - -Features: -- Fetching and opening IETF documents. -- Viewing IETF documents. -- Writing IETF documents. - -** multiple-cursors -[[file:+misc/multiple-cursors/README.org][+misc/multiple-cursors/README.org]] - -Features: -- support for multiple cursors. - -** nlinum -[[file:+misc/nlinum/README.org][+misc/nlinum/README.org]] - -This layer provides various styles of line numbering in Spacemacs. It replaces -=linum= and =linum-relative= with the improved =nlinum= and =nlinum-relative= -packages. - -Please note that on Emacs 26 and newer, this layer also replaces the new native -line numbers mode (=display-line-numbers-mode=), and because of that it is not -recommended to use =nlinum= layer on Emacs 26 or newer. - -Features: -- Support for classic ascending line numbering. -- Support for line numbering relative to the current cursor position. - -* Fun -** Emoji -[[file:+fun/emoji/README.org][+fun/emoji/README.org]] - -This layer adds support for Emoji emoticons from [[https://www.webpagefx.com/tools/emoji-cheat-sheet/][emoji-cheat-sheet]]. - -Features: -- Browse Emoji in a dedicated buffer -- Display Emoji images in buffer -- Insert one or several Emoji with an helm front-end -- Completion of Emojis using [[https://github.com/dunn/company-emoji][company-emoji]] - -** Games -[[file:+fun/games/README.org][+fun/games/README.org]] - -This layer allows you to play evilified games in spacemacs. - -Features: -- 2048-game -- Pacmacs (Pacman for Emacs) -- Sudoku -- Tetris -- Typit - -** selectric -[[file:+fun/selectric/README.org][+fun/selectric/README.org]] - -This layer makes your Emacs sound like an IBM Selectric typewriter, for those -moments when your loud, clicky mechanical keyboard is not at hand, yet, you’d -still wish to enjoy the sound. - -Features: -- Brings back fond memories about your first programming job where you started - with that big mechanical keyboard and the small monochrom display working on - the latest IBM Iseries server. - -** xkcd -[[file:+fun/xkcd/README.org][+fun/xkcd/README.org]] - -This layer adds a [[http://xkcd.com/][xkcd]] navigation mode using [[https://github.com/vibhavp/emacs-xkcd][emacs-xkcd]]. - -Features: -- Load a random xkcd -- Show the text in the modeline -- Open explanation and current comic in browser -- Cache the comics in =.cache/xkcd= - -* Programming languages -** General-purpose -*** Imperative -**** Forth -[[file:+lang/forth/README.org][+lang/forth/README.org]] - -This layer adds basic support for the Forth family of languages to spacemacs. - -Features: -- Syntax highlighting -- Showing meaning of objects in context of the current =Forth= session. -- Eval of entire files or regions in current =Forth= session. -- Passing interactive commands to current =Forth= session. - -**** asm -[[file:+lang/asm/README.org][+lang/asm/README.org]] - -This layer adds support for Assembly code. The built-in major mode for -editing assembly code in Emacs is =asm-mode=. - -The layer also adds =nasm-mode= for NASM-specific syntax. Although =nasm-mode= -is intended for NASM, it actually works well with other variants of Assembly -in general, and provides Imenu integration so you can jump around with ~SPC s j~. - -Features: -- Improved syntax highlighting. -- Automatic indentation. -- Auto-completion for symbol in opened buffers. -- Look up documentation for current instruction at cursor. -- Imenu integration. - -* Readers -** Dash -[[file:+readers/dash/README.org][+readers/dash/README.org]] - -This layer integrates offline api browsers into emacs. It provides one for OS X, Linux and Windows. - -Features: -- Searching for word at point in offline api browser’s UI. -- Integration of offline api browser search results in helm and ivy. -- Support for [[https://kapeli.com/dash][dash]] offline api browser for OS X. -- Support for [[https://zealdocs.org/][zeal]] offline api browser for Linux. - -** Deft -[[file:+readers/deft/README.org][+readers/deft/README.org]] - -This layer adds a search driven note taking system into Spacemacs. - -Features: -- Browsing and creating notes with a powerfull search function via [[http://jblevins.org/projects/deft/][Deft]]. -- Integration of =org-mode= as note editor. -- Configurable list of extensions to recognize as notes. - -** Elfeed -[[file:+readers/elfeed/README.org][+readers/elfeed/README.org]] - -This layer integrates a web feed reader into spacemacs. - -Features: -- Support for reading RSS and Atom feeds directly within emacs via [[https://github.com/skeeto/elfeed][Elfeed]]. -- Support for managing feeds via org files supplied by [[https://github.com/remyhonig/elfeed-org][elfeed-org]]. -- Support for displaying feed database content in the browser via [[https://github.com/skeeto/elfeed#web-interface][web interface]]. - -** PDF -[[file:+readers/pdf/README.org][+readers/pdf/README.org]] - -This layer enables support for PDF with the [[https://github.com/politza/pdf-tools][pdf-tools]] package. - -According to the official repository: - -#+BEGIN_QUOTE - “PDF Tools is, among other things, a replacement of DocView for PDF files. The - key difference is, that pages are not pre-rendered by e.g. ghostscript and - stored in the file-system, but rather created on-demand and stored in memory.” -#+END_QUOTE - -Features: -- Searching and slicing with =occur=. -- Show document headings in outline buffer. -- Manipulate annotations. -- Fit PDF to screen. - -** Speed Reading -[[file:+readers/speed-reading/README.org][+readers/speed-reading/README.org]] - -A speed reading mode for Emacs. - -Features: -- Support for =speed-reading= of arbitrary texts - -** epub -[[file:+readers/epub/README.org][+readers/epub/README.org]] - -This layer provides support for reading EPUB-formatted eBooks in Spacemacs using the -excellent [[https://github.com/wasamasa/nov.el][nov.el]] package. - -Features: -- Basic navigation (jump to TOC, previous/next chapter) -- Remembering and restoring the last read position -- Jump to next chapter when scrolling beyond end -- Renders EPUB2 (.ncx) and EPUB3 (