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"
"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
}

View File

@ -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)

View File

@ -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]]

View File

@ -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]]

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:
* 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]]

View File

@ -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]]

View File

@ -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"

View File

@ -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]]

View File

@ -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]]

View File

@ -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]]

View File

@ -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?]]

View File

@ -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]]

View File

@ -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)]]

View File

@ -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]]

View File

@ -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]]

View File

@ -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]]

View File

@ -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]]

View File

@ -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]]

View File

@ -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]]

View File

@ -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]]

View File

@ -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]]

View File

@ -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]]

View File

@ -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]]

View File

@ -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]]

View File

@ -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:]]

View File

@ -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:]]

View File

@ -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]]

View File

@ -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]]

View File

@ -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:]]

View File

@ -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:]]

View File

@ -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:]]

View File

@ -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:]]

View File

@ -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:]]

View File

@ -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:]]

View File

@ -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:]]

View File

@ -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:]]

View File

@ -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:]]

View File

@ -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:]]

View File

@ -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:]]

View File

@ -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]]

View File

@ -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]]

View File

@ -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]]

View File

@ -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]]

View File

@ -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]]

View File

@ -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]]

View File

@ -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]]

View File

@ -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]]

View File

@ -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]]

View File

@ -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]]

View File

@ -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]]

View File

@ -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]]

View File

@ -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]]

View File

@ -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]]

View File

@ -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]]

View File

@ -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]]

View File

@ -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]]

View File

@ -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]]

View File

@ -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]]

View File

@ -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]]

View File

@ -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]]

View File

@ -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=]]

View File

@ -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]]

View File

@ -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]]

View File

@ -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]]

View File

@ -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]]

View File

@ -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]]

View File

@ -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]]

View File

@ -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]]

View File

@ -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]]

View File

@ -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]]

View File

@ -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]]

View File

@ -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]]

View File

@ -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]]

View File

@ -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]]

View File

@ -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]]

View File

@ -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]]

View File

@ -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]]

View File

@ -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]]

View File

@ -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]]

View File

@ -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]]

View File

@ -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]]

View File

@ -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]]

View File

@ -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]]

View File

@ -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]]

View File

@ -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]]

View File

@ -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]]

View File

@ -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]]

View File

@ -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]]

View File

@ -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]]

View File

@ -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]]

View File

@ -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]]

View File

@ -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]]

View File

@ -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]]

View File

@ -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]]

View File

@ -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]]

View File

@ -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]]

View File

@ -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]]

View File

@ -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]]

View File

@ -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]]

View File

@ -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]]

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