Switch to the new layers generator

This commit is contained in:
Anton-Latukha 2019-05-07 23:05:06 +03:00 committed by JAremko
parent 2ee74f55da
commit f6660f82d4
No known key found for this signature in database
GPG Key ID: 650E5DF30F9493A6
223 changed files with 278 additions and 3157 deletions

View File

@ -6,24 +6,27 @@
"file tree" "file tree"
"font" "font"
"emacs" "emacs"
"framework"
"fun" "fun"
"i18n" "i18n"
"markup"
"misc" "misc"
"music" "music"
"os" "os"
"pairing" "pairing"
"reader" "reader"
{"programming" ["util" {"programming" [{"dsl" ["lisp"
"markup"
"script"
]}
"dsl" "dsl"
"lisp"
"script"
{"general" ["imperative" {"general" ["imperative"
{"multi-paradigm" ["js"
]}
"multi-paradigm" "multi-paradigm"
"js" "pure"
]} ]}
"pure" "general"
"framework"
"util"
]} ]}
"versioning" "versioning"
{"spacemacs" ["distribution" {"spacemacs" ["distribution"
@ -38,41 +41,42 @@
] ]
:spacetools.spacedoc.config/valid-tags :spacetools.spacedoc.config/valid-tags
{"programming" "Programming languages" {"chat" "Chats"
"music" "Music" "checker" "Checkers"
"completion" "Completion"
"distribution" "Distributions"
"dsl" "Domain-specific (DSLs)"
"e-mail" "E-mail"
"emacs" "Emacs"
"file tree" "File trees" "file tree" "File trees"
"font" "Fonts" "font" "Fonts"
"dsl" "Domain-specific"
"js" "JavaScript"
"e-mail" "E-mail"
"distribution" "Distributions"
"spacemacs" "Spacemacs"
"os" "Operating systems"
"chat" "Chats"
"util" "Utilities"
"framework" "Frameworks" "framework" "Frameworks"
"markup" "Markup languages"
"tag" "Tagging"
"reader" "Readers"
"i18n" "internationalization"
"pairing" "Pair programming"
"web service" "Web services"
"versioning" "Source control"
"fun" "Fun" "fun" "Fun"
"script" "Scripting"
"imperative" "Imperative"
"general" "General-purpose" "general" "General-purpose"
"pure" "Purely functional" "i18n" "Internationalization"
"emacs" "Emacs" "imperative" "Imperative"
"vim" "Vim" "js" "JavaScript dialects"
"completion" "Completion"
"tool" "Tools"
"misc" "Miscellaneous"
"lisp" "Lisp dialects"
"layer" "All layers" "layer" "All layers"
"theme" "Themes" "lisp" "Lisp dialects"
"markup" "Markup & configuration"
"misc" "Miscellaneous"
"multi-paradigm" "Multi-paradigm" "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" "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
} }

View File

@ -2357,6 +2357,7 @@ Other:
*** Various improvements *** Various improvements
- Lots of improvement with CI and documentation exporting - Lots of improvement with CI and documentation exporting
(thanks to Eugene Yaremenko) (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, - Various code and style improvements (thanks to bmag, duianto, Eivind Fonn,
Eugene Yaremenko, Fabien Dubosson, Kalle Lindqvist, Boris Buliga, timor, Eugene Yaremenko, Fabien Dubosson, Kalle Lindqvist, Boris Buliga, timor,
yuhan0, thanhvg, Sylvain Benner) yuhan0, thanhvg, Sylvain Benner)

View File

@ -1,6 +1,6 @@
#+TITLE: Changelog #+TITLE: Changelog
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#release-0200x][Release 0.200.x]] - [[#release-0200x][Release 0.200.x]]
- [[#020010-20171101][0.200.10 (2017/11/01)]] - [[#020010-20171101][0.200.10 (2017/11/01)]]
- [[#fixes][Fixes]] - [[#fixes][Fixes]]
@ -557,6 +557,8 @@
- [[#new-conventions-3][New conventions]] - [[#new-conventions-3][New conventions]]
- [[#layer-changes-29][Layer changes]] - [[#layer-changes-29][Layer changes]]
- [[#spacemacs-9][Spacemacs]] - [[#spacemacs-9][Spacemacs]]
- [[#helm-2][Helm]]
- [[#evil][Evil]]
- [[#auctex][Auctex]] - [[#auctex][Auctex]]
- [[#auto-completion-7][Auto-completion]] - [[#auto-completion-7][Auto-completion]]
- [[#autohotkey-2][Autohotkey]] - [[#autohotkey-2][Autohotkey]]
@ -620,7 +622,7 @@
- [[#git-9][Git]] - [[#git-9][Git]]
- [[#go-8][Go]] - [[#go-8][Go]]
- [[#haskell-11][Haskell]] - [[#haskell-11][Haskell]]
- [[#helm-2][Helm]] - [[#helm-3][Helm]]
- [[#holy-mode][Holy-mode]] - [[#holy-mode][Holy-mode]]
- [[#irc][IRC]] - [[#irc][IRC]]
- [[#markdown-11][Markdown]] - [[#markdown-11][Markdown]]

View File

@ -1,6 +1,6 @@
#+TITLE: Spacemacs Community #+TITLE: Spacemacs Community
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#philosophy][Philosophy]] - [[#philosophy][Philosophy]]
- [[#for-contributors][For Contributors]] - [[#for-contributors][For Contributors]]
- [[#for-users][For Users]] - [[#for-users][For Users]]

View File

@ -12,7 +12,7 @@ You can only consider reading the sections relevant to what you are going to do:
Thanks! :heart: :heart: :heart: Thanks! :heart: :heart: :heart:
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#asking-for-help][Asking for help]] - [[#asking-for-help][Asking for help]]
- [[#reporting-issues][Reporting issues]] - [[#reporting-issues][Reporting issues]]
- [[#contributing-code][Contributing code]] - [[#contributing-code][Contributing code]]

View File

@ -1,6 +1,6 @@
#+TITLE: Spacemacs experimental features #+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]] - [[#spacemacs-dumps-using-the-portable-dumper][Spacemacs dumps using the portable dumper]]
- [[#setup][Setup]] - [[#setup][Setup]]
- [[#emacs-plus-users][=emacs-plus= users]] - [[#emacs-plus-users][=emacs-plus= users]]

View File

@ -320,7 +320,7 @@ preprocessors for the exported .org files."
:recursive t :recursive t
:publishing-directory ,(concat publish-target "layers/") :publishing-directory ,(concat publish-target "layers/")
:publishing-function org-html-publish-to-html :publishing-function org-html-publish-to-html
:preparation-function spacemacs/generate-layers-file ;; :preparation-function spacemacs/generate-layers-file
:exclude "local\\|dockerfiles" :exclude "local\\|dockerfiles"
:html-head ,header) :html-head ,header)
("spacemacs-doc-static" ("spacemacs-doc-static"

View File

@ -1,6 +1,6 @@
#+TITLE: Beginners tutorial #+TITLE: Beginners tutorial
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#why-spacemacs][Why Spacemacs?]] - [[#why-spacemacs][Why Spacemacs?]]
- [[#installation-and-setup][Installation and setup]] - [[#installation-and-setup][Installation and setup]]
- [[#getting-started][Getting started]] - [[#getting-started][Getting started]]

View File

@ -1,6 +1,6 @@
#+TITLE: Spacemacs Conventions #+TITLE: Spacemacs Conventions
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#code-guidelines][Code guidelines]] - [[#code-guidelines][Code guidelines]]
- [[#spacemacs-core-and-layer][Spacemacs core and layer]] - [[#spacemacs-core-and-layer][Spacemacs core and layer]]
- [[#all-layers][All layers]] - [[#all-layers][All layers]]

View File

@ -1,6 +1,6 @@
#+TITLE: Spacemacs documentation #+TITLE: Spacemacs documentation
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#core-pillars][Core Pillars]] - [[#core-pillars][Core Pillars]]
- [[#mnemonic][Mnemonic]] - [[#mnemonic][Mnemonic]]
- [[#discoverable][Discoverable]] - [[#discoverable][Discoverable]]
@ -176,6 +176,9 @@
- [[#region-narrowing][Region narrowing]] - [[#region-narrowing][Region narrowing]]
- [[#replacing-text-with-iedit][Replacing text with iedit]] - [[#replacing-text-with-iedit][Replacing text with iedit]]
- [[#iedit-states-key-bindings][iedit states key bindings]] - [[#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]] - [[#examples][Examples]]
- [[#replacing-text-in-several-files][Replacing text in several files]] - [[#replacing-text-in-several-files][Replacing text in several files]]
- [[#renaming-files-in-a-directory][Renaming files in a directory]] - [[#renaming-files-in-a-directory][Renaming files in a directory]]
@ -184,6 +187,8 @@
- [[#deleting-files][Deleting files]] - [[#deleting-files][Deleting files]]
- [[#editing-lisp-code][Editing Lisp code]] - [[#editing-lisp-code][Editing Lisp code]]
- [[#lisp-key-bindings][Lisp Key bindings]] - [[#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]] - [[#mouse-usage][Mouse usage]]
- [[#managing-projects][Managing projects]] - [[#managing-projects][Managing projects]]
- [[#registers][Registers]] - [[#registers][Registers]]

View File

@ -1,6 +1,6 @@
#+TITLE: Frequently Asked Questions #+TITLE: Frequently Asked Questions
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#common][Common]] - [[#common][Common]]
- [[#which-version-of-spacemacs-am-i-running][Which version of Spacemacs am I running?]] - [[#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?]] - [[#what-is-the-official-pronunciation-of-spacemacs][What is the official pronunciation of Spacemacs?]]

View File

@ -1,6 +1,6 @@
#+TITLE: Configuration layers #+TITLE: Configuration layers
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#introduction][Introduction]] - [[#introduction][Introduction]]
- [[#nomenclature][Nomenclature]] - [[#nomenclature][Nomenclature]]
- [[#the-emacs-loading-process][The Emacs loading process]] - [[#the-emacs-loading-process][The Emacs loading process]]

View File

@ -1,6 +1,6 @@
#+TITLE: Quick start #+TITLE: Quick start
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#configuration-layers][Configuration layers]] - [[#configuration-layers][Configuration layers]]
- [[#dotfile-spacemacs][Dotfile (.spacemacs)]] - [[#dotfile-spacemacs][Dotfile (.spacemacs)]]
- [[#dotdirectory-spacemacsd][Dotdirectory (~/.spacemacs.d)]] - [[#dotdirectory-spacemacsd][Dotdirectory (~/.spacemacs.d)]]

View File

@ -1,6 +1,6 @@
#+TITLE: Migrating from Vim #+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]] - [[#purpose-of-this-document][Purpose of this document]]
- [[#philosophy][Philosophy]] - [[#philosophy][Philosophy]]
- [[#basic-orientation][Basic orientation]] - [[#basic-orientation][Basic orientation]]

View File

@ -2,7 +2,7 @@
#+TAGS: chat|layer #+TAGS: chat|layer
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#install][Install]] - [[#install][Install]]

View File

@ -4,7 +4,7 @@
[[file:img/jabber-logo.gif]] [[file:img/jabber-logo.gif]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#install][Install]] - [[#install][Install]]

View File

@ -4,7 +4,7 @@
[[file:img/irc.png]] [[file:img/irc.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#install][Install]] - [[#install][Install]]

View File

@ -4,7 +4,7 @@
[[file:img/slack.png]] [[file:img/slack.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#install][Install]] - [[#install][Install]]

View File

@ -2,7 +2,7 @@
#+TAGS: checker|layer #+TAGS: checker|layer
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#install][Install]] - [[#install][Install]]

View File

@ -4,7 +4,7 @@
[[file:img/flycheck.png]] [[file:img/flycheck.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#install][Install]] - [[#install][Install]]

View File

@ -2,7 +2,7 @@
#+TAGS: completion|layer #+TAGS: completion|layer
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#install][Install]] - [[#install][Install]]

View File

@ -4,7 +4,7 @@
[[file:img/helm.png]] [[file:img/helm.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#install][Install]] - [[#install][Install]]

View File

@ -2,7 +2,7 @@
#+TAGS: completion|layer #+TAGS: completion|layer
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#install][Install]] - [[#install][Install]]

View File

@ -2,7 +2,7 @@
#+TAGS: completion|layer #+TAGS: completion|layer
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#install][Install]] - [[#install][Install]]

View File

@ -2,7 +2,7 @@
#+TAGS: layer|uncategorized #+TAGS: layer|uncategorized
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]

View File

@ -2,7 +2,7 @@
#+TAGS: layer|uncategorized #+TAGS: layer|uncategorized
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]

View File

@ -2,7 +2,7 @@
#+TAGS: distribution|layer|spacemacs #+TAGS: distribution|layer|spacemacs
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#screenshots][Screenshots]] - [[#screenshots][Screenshots]]

View File

@ -1,6 +1,6 @@
#+TITLE: spacemacs-docker layers dependency installation scripts #+TITLE: spacemacs-docker layers dependency installation scripts
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#supported-layers][Supported layers]] - [[#supported-layers][Supported layers]]

View File

@ -1,6 +1,6 @@
#+TITLE: Clojure layer dependency installation script #+TITLE: Clojure layer dependency installation script
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#list-of-installed-software][List of installed software:]] - [[#list-of-installed-software][List of installed software:]]

View File

@ -1,6 +1,6 @@
#+TITLE: dash layer dependency installation script #+TITLE: dash layer dependency installation script
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#list-of-installed-software][List of installed software:]] - [[#list-of-installed-software][List of installed software:]]

View File

@ -1,6 +1,6 @@
#+TITLE: fasd layer dependency installation script #+TITLE: fasd layer dependency installation script
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#list-of-installed-software][List of installed software:]] - [[#list-of-installed-software][List of installed software:]]

View File

@ -1,6 +1,6 @@
#+TITLE: go layer dependency installation script #+TITLE: go layer dependency installation script
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#list-of-installed-software][List of installed software:]] - [[#list-of-installed-software][List of installed software:]]

View File

@ -1,6 +1,6 @@
#+TITLE: gtags layer dependency installation script #+TITLE: gtags layer dependency installation script
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#list-of-installed-software][List of installed software:]] - [[#list-of-installed-software][List of installed software:]]

View File

@ -1,6 +1,6 @@
#+TITLE: html layer dependency installation script #+TITLE: html layer dependency installation script
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#list-of-installed-software][List of installed software:]] - [[#list-of-installed-software][List of installed software:]]

View File

@ -1,6 +1,6 @@
#+TITLE: javascript layer dependency installation script #+TITLE: javascript layer dependency installation script
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#list-of-installed-software][List of installed software:]] - [[#list-of-installed-software][List of installed software:]]

View File

@ -1,6 +1,6 @@
#+TITLE: pandoc layer dependency installation script #+TITLE: pandoc layer dependency installation script
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#list-of-installed-software][List of installed software:]] - [[#list-of-installed-software][List of installed software:]]

View File

@ -1,6 +1,6 @@
#+TITLE: spell-checking layer dependency installation script #+TITLE: spell-checking layer dependency installation script
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#list-of-installed-software][List of installed software:]] - [[#list-of-installed-software][List of installed software:]]

View File

@ -1,6 +1,6 @@
#+TITLE: TypeScript layer dependency installation script #+TITLE: TypeScript layer dependency installation script
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#list-of-installed-software][List of installed software:]] - [[#list-of-installed-software][List of installed software:]]

View File

@ -2,7 +2,7 @@
#+TAGS: layer|uncategorized #+TAGS: layer|uncategorized
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]

View File

@ -4,7 +4,7 @@
[[file:img/emacs.png]] [[file:img/emacs.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#install][Install]] - [[#install][Install]]

View File

@ -2,7 +2,7 @@
#+TAGS: emacs|layer #+TAGS: emacs|layer
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#install][Install]] - [[#install][Install]]

View File

@ -4,7 +4,7 @@
[[file:img/org.png]] [[file:img/org.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#bibtex][BibTeX]] - [[#bibtex][BibTeX]]

View File

@ -2,7 +2,7 @@
#+TAGS: emacs|layer #+TAGS: emacs|layer
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#install][Install]] - [[#install][Install]]

View File

@ -4,7 +4,7 @@
[[file:img/smex.png]] [[file:img/smex.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#install][Install]] - [[#install][Install]]

View File

@ -2,7 +2,7 @@
#+TAGS: emacs|layer #+TAGS: emacs|layer
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#install][Install]] - [[#install][Install]]

View File

@ -4,7 +4,7 @@
[[file:img/gnus.gif]] [[file:img/gnus.gif]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#install][Install]] - [[#install][Install]]

View File

@ -2,7 +2,7 @@
#+TAGS: e-mail|layer #+TAGS: e-mail|layer
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#install][Install]] - [[#install][Install]]

View File

@ -4,7 +4,7 @@
[[file:img/notmuch.png]] [[file:img/notmuch.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#install][Install]] - [[#install][Install]]

View File

@ -4,7 +4,7 @@
[[file:img/neotree.png]] [[file:img/neotree.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#install][Install]] - [[#install][Install]]

View File

@ -4,7 +4,7 @@
[[file:img/treemacs.png]] [[file:img/treemacs.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#install][Install]] - [[#install][Install]]

View File

@ -2,7 +2,7 @@
#+TAGS: font|layer #+TAGS: font|layer
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#install][Install]] - [[#install][Install]]

View File

@ -4,7 +4,7 @@
[[file:img/django.png]] [[file:img/django.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#install][Install]] - [[#install][Install]]

View File

@ -4,7 +4,7 @@
[[file:img/ember.png]] [[file:img/ember.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#install][Install]] - [[#install][Install]]

View File

@ -4,7 +4,7 @@
[[file:img/phoenix.png]] with [[file:img/alchemist.png]] [[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]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#install][Install]] - [[#install][Install]]

View File

@ -4,7 +4,7 @@
[[file:img/react.png]] [[file:img/react.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#install][Install]] - [[#install][Install]]

View File

@ -4,7 +4,7 @@
[[file:img/ror.png]] [[file:img/ror.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#install][Install]] - [[#install][Install]]

View File

@ -4,7 +4,7 @@
[[file:img/emojis.png]] [[file:img/emojis.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#install][Install]] - [[#install][Install]]

View File

@ -4,7 +4,7 @@
[[file:img/games.png]] [[file:img/games.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#install][Install]] - [[#install][Install]]

View File

@ -4,7 +4,7 @@
[[file:img/typewriter.jpg]] [[file:img/typewriter.jpg]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#install][Install]] - [[#install][Install]]

View File

@ -4,7 +4,7 @@
[[file:img/xkcd.png]] [[file:img/xkcd.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#install][Install]] - [[#install][Install]]

View File

@ -4,7 +4,7 @@
[[file:img/China.png]] [[file:img/Chinese.png]] [[file:img/China.png]] [[file:img/Chinese.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#install][Install]] - [[#install][Install]]
@ -15,6 +15,9 @@
- [[#configure-chinese-conv-配置简繁转换][Configure =chinese-conv= (配置简繁转换)]] - [[#configure-chinese-conv-配置简繁转换][Configure =chinese-conv= (配置简繁转换)]]
- [[#enable-fcitx][Enable fcitx]] - [[#enable-fcitx][Enable fcitx]]
- [[#requirement][Requirement]] - [[#requirement][Requirement]]
- [[#linux][Linux]]
- [[#mac-os-x][Mac OS X]]
- [[#windows][Windows]]
- [[#enable-youdao有道-dictionary激活有道字典][Enable YouDao(有道) Dictionary(激活有道字典)]] - [[#enable-youdao有道-dictionary激活有道字典][Enable YouDao(有道) Dictionary(激活有道字典)]]
- [[#set-monospaced-font-size设置等宽字体][Set monospaced font size(设置等宽字体)]] - [[#set-monospaced-font-size设置等宽字体][Set monospaced font size(设置等宽字体)]]
- [[#enabledisable-ace-pinyin-in-avy-goto-char][Enable/Disable ace-pinyin in =avy-goto-char=]] - [[#enabledisable-ace-pinyin-in-avy-goto-char][Enable/Disable ace-pinyin in =avy-goto-char=]]

View File

@ -4,7 +4,7 @@
[[file:img/Japanese.png]] [[file:img/Japanese.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#install][Install]] - [[#install][Install]]

View File

@ -4,7 +4,7 @@
[[file:img/keyboard-layout-layer-logo.png]] [[file:img/keyboard-layout-layer-logo.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#installation][Installation]] - [[#installation][Installation]]

View File

@ -2,7 +2,7 @@
#+TAGS: general|layer|programming|pure #+TAGS: general|layer|programming|pure
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#install][Install]] - [[#install][Install]]

View File

@ -2,7 +2,7 @@
#+TAGS: dsl|layer|markup|programming #+TAGS: dsl|layer|markup|programming
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#install][Install]] - [[#install][Install]]

View File

@ -4,7 +4,7 @@
[[file:img/asm.png]] [[file:img/asm.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#install][Install]] - [[#install][Install]]

View File

@ -4,7 +4,7 @@
[[file:img/ahk.png]] [[file:img/ahk.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#install][Install]] - [[#install][Install]]

View File

@ -4,7 +4,7 @@
[[file:img/logo.png]] [[file:img/logo.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#install][Install]] - [[#install][Install]]

View File

@ -4,7 +4,7 @@
[[file:img/ccpp.jpg]] [[file:img/ccpp.jpg]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#install][Install]] - [[#install][Install]]
@ -17,7 +17,14 @@
- [[#cquery--ccls-lsp-backends][cquery / ccls (lsp backends)]] - [[#cquery--ccls-lsp-backends][cquery / ccls (lsp backends)]]
- [[#features-1][Features:]] - [[#features-1][Features:]]
- [[#external-dependencies-1][External dependencies]] - [[#external-dependencies-1][External dependencies]]
- [[#cquery-server][cquery server]]
- [[#ccls-server][ccls server]]
- [[#configuration-1][Configuration]] - [[#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]] - [[#completion][Completion]]
- [[#debugger-dap-integration][Debugger (dap integration)]] - [[#debugger-dap-integration][Debugger (dap integration)]]
- [[#clang-configuration][Clang Configuration]] - [[#clang-configuration][Clang Configuration]]

View File

@ -4,7 +4,7 @@
[[file:img/clojure.png]] [[file:img/cider.png]] [[file:img/clojure.png]] [[file:img/cider.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#install][Install]] - [[#install][Install]]

View File

@ -4,7 +4,7 @@
[[file:img/coffee.png]] [[file:img/coffee.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#install][Install]] - [[#install][Install]]

View File

@ -4,7 +4,7 @@
[[file:img/slime.png]] [[file:img/slime.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#install][Install]] - [[#install][Install]]

View File

@ -4,7 +4,7 @@
[[file:img/coq.png]] [[file:img/coq.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#install][Install]] - [[#install][Install]]

View File

@ -4,7 +4,7 @@
[[file:img/crystal.png]] [[file:img/crystal.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#install][Install]] - [[#install][Install]]

View File

@ -4,7 +4,7 @@
[[file:img/csharp.png]] [[file:img/csharp.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#packages-included][Packages Included]] - [[#packages-included][Packages Included]]

View File

@ -4,7 +4,7 @@
[[file:img/csv.png]] [[file:img/csv.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#install][Install]] - [[#install][Install]]

View File

@ -4,7 +4,7 @@
[[file:img/dlogo.png]] [[file:img/dlogo.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#install][Install]] - [[#install][Install]]

View File

@ -4,7 +4,7 @@
[[file:img/dart.png]] [[file:img/dart.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#install][Install]] - [[#install][Install]]

View File

@ -4,7 +4,7 @@
[[file:img/dhall-logo.png]] [[file:img/dhall-logo.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#install][Install]] - [[#install][Install]]

View File

@ -4,7 +4,7 @@
[[file:img/elixir.png]] with [[file:img/alchemist.png]] [[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]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#install][Install]] - [[#install][Install]]

View File

@ -4,7 +4,7 @@
[[file:img/elm.png]] [[file:img/elm.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#install][Install]] - [[#install][Install]]

View File

@ -4,7 +4,7 @@
[[file:img/emacs.png]] [[file:img/emacs.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#install][Install]] - [[#install][Install]]

View File

@ -4,7 +4,7 @@
[[file:img/erlang.png]] [[file:img/erlang.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#install][Install]] - [[#install][Install]]

View File

@ -4,7 +4,7 @@
[[file:img/r.jpg]] [[file:img/r.jpg]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#install][Install]] - [[#install][Install]]

View File

@ -4,7 +4,7 @@
[[file:img/logo.png]] [[file:img/logo.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#install][Install]] - [[#install][Install]]

View File

@ -4,7 +4,7 @@
[[file:img/faust.png]] [[file:img/faust.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#install][Install]] - [[#install][Install]]

View File

@ -2,7 +2,7 @@
#+TAGS: general|imperative|layer|programming #+TAGS: general|imperative|layer|programming
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#install][Install]] - [[#install][Install]]

View File

@ -4,7 +4,7 @@
[[file:img/fsharp.png]] [[file:img/fsharp.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#install][Install]] - [[#install][Install]]

View File

@ -4,7 +4,7 @@
[[file:img/go.png]] [[file:img/go.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#install][Install]] - [[#install][Install]]

View File

@ -4,7 +4,7 @@
[[file:img/opencl.png]] [[file:img/cuda.png]] [[file:img/shaders.png]] [[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]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#install][Install]] - [[#install][Install]]

View File

@ -4,7 +4,7 @@
[[file:img/graphviz.png]] [[file:img/graphviz.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#install][Install]] - [[#install][Install]]

View File

@ -4,7 +4,7 @@
[[file:img/groovy.png]] [[file:img/groovy.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#install][Install]] - [[#install][Install]]

View File

@ -4,7 +4,7 @@
[[file:img/haskell.png]] [[file:img/haskell.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#install][Install]] - [[#install][Install]]

View File

@ -4,7 +4,7 @@
[[file:img/html.png]] [[file:img/html.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#install][Install]] - [[#install][Install]]

View File

@ -4,7 +4,7 @@
[[file:img/hy.png]] [[file:img/hy.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#install][Install]] - [[#install][Install]]

View File

@ -4,7 +4,7 @@
[[file:img/idris.png]] [[file:img/idris.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#install][Install]] - [[#install][Install]]

View File

@ -2,7 +2,7 @@
#+TAGS: layer|programming|util #+TAGS: layer|programming|util
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#list-of-todos][List of TODOS]] - [[#list-of-todos][List of TODOS]]

View File

@ -4,7 +4,7 @@
[[file:img/java.png]] [[file:img/java.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#layer-installation][Layer Installation]] - [[#layer-installation][Layer Installation]]

View File

@ -4,7 +4,7 @@
[[file:img/javascript.png]] [[file:img/javascript.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#install][Install]] - [[#install][Install]]

View File

@ -4,7 +4,7 @@
[[file:img/jr.png]] [[file:img/jr.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#features][Features:]] - [[#features][Features:]]
- [[#install][Install]] - [[#install][Install]]

Some files were not shown because too many files have changed in this diff Show More