Documentation update

- Add #+HTML_HEAD_EXTRA options to all org files
- HTMLize published documentation via CSS
This commit is contained in:
Eivind Fonn 2015-11-08 19:04:44 +01:00
parent 7518da2f49
commit c3866382b2
112 changed files with 133 additions and 29 deletions

View File

@ -54,7 +54,8 @@
(interactive)
(with-temp-buffer
(org-mode)
(insert "#+TITLE: Configuration layers\n\n")
(insert "#+TITLE: Configuration layers\n")
(insert "#+HTML_HEAD_EXTRA: <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/readtheorg.css\" />\n\n")
(insert "* Table of Contents\n")
(org-set-tags-to '("TOC_4_org" "noexport"))
(insert "* General layers\n")
@ -66,9 +67,7 @@
(interactive)
(let* ((header
"<link rel=\"stylesheet\" type=\"text/css\"
href=\"http://www.pirilampo.org/styles/readtheorg/css/htmlize.css\"/>
<link rel=\"stylesheet\" type=\"text/css\"
href=\"http://www.pirilampo.org/styles/readtheorg/css/readtheorg.css\"/>
href=\"http://www.pirilampo.org/styles/readtheorg/css/htmlize.css\"/>
<script src=\"https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js\"></script>
<script src=\"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js\"></script>
<script type=\"text/javascript\"
@ -76,6 +75,7 @@
<script type=\"text/javascript\"
src=\"http://www.pirilampo.org/styles/readtheorg/js/readtheorg.js\"></script>")
(publish-target (concat user-emacs-directory "export/"))
(org-html-htmlize-output-type 'css)
(org-publish-project-alist
`(("spacemacs"
:components ("spacemacs-doc"

View File

@ -1,4 +1,5 @@
#+TITLE: Contribute to Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../css/readtheorg.css" />
* Contribute to Spacemacs :TOC_4_org:noexport:
- [[Pull Request Guidelines][Pull Request Guidelines]]

View File

@ -1,4 +1,5 @@
#+TITLE: Spacemacs Conventions
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../css/readtheorg.css" />
* Spacemacs conventions :TOC_4_org:noexport:
- [[Code guidelines][Code guidelines]]

View File

@ -1,4 +1,5 @@
#+TITLE: Spacemacs documentation
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../css/readtheorg.css" />
* Spacemacs documentation :TOC_4_org:noexport:
- [[Core Pillars][Core Pillars]]

View File

@ -1,4 +1,5 @@
#+TITLE: Frequently Asked Questions
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../css/readtheorg.css" />
* FAQ :TOC_4_org:noexport:
- [[Common][Common]]

View File

@ -1,4 +1,5 @@
#+TITLE: Configuration layers
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../css/readtheorg.css" />
* Configuration Layers :TOC_4_org:noexport:
- [[Introduction][Introduction]]

View File

@ -1,4 +1,5 @@
#+TITLE: Quick start
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../css/readtheorg.css" />
* Configuration :TOC_4_org:noexport:
- [[Configuration layers][Configuration layers]]

View File

@ -1,4 +1,5 @@
#+TITLE: Migrating from Vim
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../css/readtheorg.css" />
* Migrating from vim :TOC_4_org:noexport:
- [[Purpose of this document][Purpose of this document]]

View File

@ -1,9 +0,0 @@
# -*- mode: org; -*-
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="http://www.pirilampo.org/styles/readtheorg/css/htmlize.css"/>
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="http://www.pirilampo.org/styles/readtheorg/css/readtheorg.css"/>
#+HTML_HEAD: <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
#+HTML_HEAD: <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
#+HTML_HEAD: <script type="text/javascript" src="http://www.pirilampo.org/styles/lib/js/jquery.stickytableheaders.js"></script>
#+HTML_HEAD: <script type="text/javascript" src="http://www.pirilampo.org/styles/readtheorg/js/readtheorg.js"></script>

View File

@ -1,4 +1,5 @@
#+TITLE: Ansible contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/ansible.png]]

View File

@ -1,4 +1,5 @@
#+TITLE: Dockerfile contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/docker.png]]

View File

@ -1,4 +1,5 @@
#+TITLE: Puppet contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/puppet.png]]

View File

@ -1,4 +1,5 @@
#+TITLE: Saltstack contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/saltstack.png]]

View File

@ -1,4 +1,5 @@
#+TITLE: Terraform contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/terraform.png]]

View File

@ -1,4 +1,5 @@
#+TITLE: Gnus contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/gnus.gif]]

View File

@ -1,4 +1,5 @@
#+TITLE: mu4e layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../css/readtheorg.css" />
* Table of Contents :TOC_4_org:noexport:
- [[Installation][Installation]]

View File

@ -1,4 +1,6 @@
#+TITLE: Python contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/django.png]]
* Table of Contents :TOC_4_org:noexport:

View File

@ -1,4 +1,5 @@
#+TITLE: React contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/react.png]]

View File

@ -1,4 +1,5 @@
#+TITLE: Ruby on Rails contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/ror.png]]

View File

@ -1,4 +1,5 @@
#+TITLE: Emoji contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
#+HTML: :blue_heart::green_heart::heart::gift_heart::heartbeat::heartpulse::purple_heart::sparkling_heart::yellow_heart:

View File

@ -1,4 +1,5 @@
#+TITLE: Games contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/games.png]]

View File

@ -1,4 +1,5 @@
#+TITLE: xkcd contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/xkcd.png]]

View File

@ -1,4 +1,5 @@
#+TITLE: ERC contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]

View File

@ -1,4 +1,5 @@
#+TITLE: RCIRC contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/irc.png]]

View File

@ -1,4 +1,5 @@
#+TITLE: bepo contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
#+CAPTION: logo

View File

@ -1,4 +1,5 @@
#+TITLE: Agda contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]

View File

@ -1,4 +1,5 @@
#+TITLE: Asciidoc contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]

View File

@ -1,4 +1,5 @@
#+TITLE: Autohotkey contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/ahk.png]]

View File

@ -1,4 +1,5 @@
#+TITLE: C/C++ contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/ccpp.jpg]]
[[file:img/cmake.png]]

View File

@ -1,4 +1,5 @@
#+TITLE: Clojure contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/clojure.png]] [[file:img/cider.png]]

View File

@ -1,4 +1,5 @@
#+TITLE: Common Lisp contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/slime.png]]

View File

@ -1,4 +1,5 @@
#+TITLE: C# contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/csharp.png]] [[file:img/dotnet.png]]

View File

@ -1,4 +1,5 @@
#+TITLE: D language contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/dlogo.png]]

View File

@ -1,4 +1,5 @@
#+TITLE: Elixir contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/elixir.png]] with [[file:img/alchemist.png]]

View File

@ -1,4 +1,5 @@
#+TITLE: Elm contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/elm.png]]

View File

@ -1,4 +1,5 @@
#+TITLE: Emacs Lisp contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/emacs-lisp.png]]

View File

@ -1,4 +1,5 @@
#+TITLE: Erlang contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/erlang.png]]

View File

@ -1,4 +1,5 @@
#+TITLE: R (ESS) contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/r.jpg]]

View File

@ -1,4 +1,5 @@
#+TITLE: Extra Languages
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
Adds many more language modes for less common languages, some more niche than others.

View File

@ -1,4 +1,5 @@
#+TITLE: F# contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/fsharp.png]]

View File

@ -1,4 +1,5 @@
#+TITLE: GO contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/go.png]]

View File

@ -1,4 +1,5 @@
#+TITLE: Haskell contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/haskell.png]]
@ -24,6 +25,7 @@
- [[Cabal commands][Cabal commands]]
- [[Cabal files][Cabal files]]
- [[Ghc-mod][Ghc-mod]]
- [[insert template][insert template]]
- [[FAQ][FAQ]]
- [[REPL doesn't work][REPL doesn't work]]
- [[REPL is stuck][REPL is stuck]]
@ -319,17 +321,17 @@ http://www.mew.org/~kazu/proj/ghc-mod/en/emacs.html
ghc-mod commands are prefixed by ~SPC m m~:
| Key Binding | Description |
|-------------+---------------------------------------------|
| ~SPC m m t~ | insert template |
| ~SPC m m u~ | insert template with holes |
| ~SPC m m a~ | select one of possible cases (~ghc-auto~) |
| ~SPC m m f~ | replace a hole (~ghc-refine~) |
| ~SPC m m e~ | expand template haskell |
| ~SPC m m n~ | go to next type hole |
| ~SPC m m p~ | go to previous type hole |
| ~SPC m m >~ | make indent deeper |
| ~SPC m m <~ | make indent shallower |
| Key Binding | Description |
|-------------+-------------------------------------------|
| ~SPC m m t~ | insert template |
| ~SPC m m u~ | insert template with holes |
| ~SPC m m a~ | select one of possible cases (~ghc-auto~) |
| ~SPC m m f~ | replace a hole (~ghc-refine~) |
| ~SPC m m e~ | expand template haskell |
| ~SPC m m n~ | go to next type hole |
| ~SPC m m p~ | go to previous type hole |
| ~SPC m m >~ | make indent deeper |
| ~SPC m m <~ | make indent shallower |
*** insert template
~SPC m m t~ inserts a template. What this means is that

View File

@ -1,4 +1,5 @@
#+TITLE: HTML contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/html.png]]

View File

@ -1,4 +1,5 @@
#+TITLE: Idris contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/idris.png]]

View File

@ -1,4 +1,5 @@
#+TITLE: IPython Notebook contribution layer for Spacemacs (WIP)
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]

View File

@ -1,4 +1,5 @@
#+TITLE: Java contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/java.png]]

View File

@ -1,4 +1,5 @@
#+TITLE: JavaScript contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/javascript.png]] [[file:img/coffee.png]]

View File

@ -1,4 +1,5 @@
#+TITLE: LaTeX Layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/latex.png]]

View File

@ -1,4 +1,5 @@
#+TITLE: Lua contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/lua.gif]]

View File

@ -1,4 +1,5 @@
#+TITLE: Markdown contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/markdown.png]]

View File

@ -1,4 +1,5 @@
#+TITLE: Nim contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/logo.png]]

View File

@ -1,4 +1,5 @@
#+TITLE: Ocaml contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/ocaml.png]]

View File

@ -1,4 +1,5 @@
#+TITLE: PHP contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/php.png]]

View File

@ -1,4 +1,5 @@
#+TITLE: Purescript contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/purescript-logo.png]]

View File

@ -1,4 +1,5 @@
#+TITLE: Python contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/python.png]]

View File

@ -1,4 +1,5 @@
#+TITLE: Racket contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/racket.png]]

View File

@ -1,4 +1,5 @@
#+TITLE: Ruby contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/ruby.png]]

View File

@ -1,4 +1,5 @@
#+TITLE: Rust contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/rust.png]]

View File

@ -1,4 +1,5 @@
#+TITLE: Scala contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/scala.png]] with [[file:img/ensime.png]]

View File

@ -1,4 +1,5 @@
#+TITLE: Scheme contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]

View File

@ -1,4 +1,5 @@
#+TITLE: Shell Scripting contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/fish.png]]

View File

@ -1,4 +1,5 @@
#+TITLE: SML contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/sml.png]]

View File

@ -1,4 +1,5 @@
#+TITLE: TypeScript contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/TypeScript.png]]

View File

@ -1,4 +1,5 @@
#+TITLE: Vimscript language contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]

View File

@ -1,4 +1,5 @@
#+TITLE: Windows Scripting contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/ps.png]]

View File

@ -1,4 +1,5 @@
#+TITLE: YAML contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]

View File

@ -1,4 +1,5 @@
#+TITLE: Git contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/git.png]]

View File

@ -1,4 +1,5 @@
#+TITLE: Github contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/github.png]]

View File

@ -1,4 +1,5 @@
#+TITLE: Perforce contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/p4.png]]

View File

@ -1,4 +1,5 @@
#+TITLE: Version-Control contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]

View File

@ -1,4 +1,6 @@
#+TITLE: Dash contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/dash.png]]
[[file:img/zeal.png]]

View File

@ -1,4 +1,5 @@
#+TITLE: Evernote contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/evernote.png]] with [[file:img/geeknote.png]]

View File

@ -1,4 +1,5 @@
#+TITLE: fasd contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]

View File

@ -1,4 +1,5 @@
#+TITLE: Pandoc contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]

View File

@ -1,4 +1,5 @@
#+TITLE: Ranger contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]

View File

@ -1,4 +1,5 @@
#+TITLE: Tmux contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
* Table of Contents :TOC_4_org:noexport:
- [[What is this][What is this]]

View File

@ -1,4 +1,5 @@
#+TITLE: Vagrant contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/vagrant.png]]

View File

@ -1,4 +1,5 @@
#+TITLE: Wakatime contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/wakatime.png]]

View File

@ -1,4 +1,5 @@
#+TITLE: YCMD contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]

View File

@ -1,4 +1,5 @@
#+TITLE: Evil-commentary contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]

View File

@ -1,4 +1,5 @@
#+TITLE: evil-snipe contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/Cat_With_Rifle.jpg]]

View File

@ -1,4 +1,5 @@
#+TITLE: Unimpaired port contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]

View File

@ -1,4 +1,5 @@
#+TITLE: Vim-empty-lines contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]

View File

@ -1,4 +1,5 @@
#+TITLE: vim-powerline contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]

View File

@ -1,4 +1,5 @@
#+TITLE: Vinegar contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]

View File

@ -1,4 +1,5 @@
#+TITLE: Eyebrowse contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
[[file:img/eyebrowse.gif]] [[file:img/i3wm.png]]

View File

@ -1,4 +1,5 @@
#+TITLE: Spacemacs Layouts configuration layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../css/readtheorg.css" />
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]

View File

@ -1,4 +1,5 @@
#+TITLE: Configuration layers
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../css/readtheorg.css" />
* Table of Contents :TOC_4_org:noexport:
- [[General layers][General layers]]
@ -42,6 +43,7 @@
- [[file:syntax-checking/README.org][syntax-checking]]
- [[file:themes-megapack/README.org][themes-megapack]]
- [[file:theming/README.org][theming]]
- [[file:typography/README.org][typography]]
* Configuration files
- [[file:+config-files/ansible/README.org][ansible]]

View File

@ -1,4 +1,5 @@
#+TITLE: Auto-completion layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../css/readtheorg.css" />
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]

View File

@ -1,4 +1,5 @@
#+TITLE: Better Defaults layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../css/readtheorg.css" />
[[file:img/emacs.png]]

View File

@ -1,6 +1,7 @@
#+TITLE: Chinese contribution layer for Spacemacs
[[file:img/China.png]] [[file:img/Chinese.png]]
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../css/readtheorg.css" />
[[file:img/China.png]] [[file:img/Chinese.png]]
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
@ -48,6 +49,7 @@ file. You could call =pyim-dicts-manager= to open up the settings buffer and
press =i e= to install the default lexicon. The lexicon is about 20M, so you
should be patient when downloading starts. After the lexicon file is downloaded,
just press =s= to save and =R= to restart configuration.
*** Enable YouDao(有道) Dictionary(激活有道字典)
The YouDao Dictionary is disabled by default, if you want enable it.
You should set `chinese-enable-youdao-dict` to `t`.
@ -58,7 +60,6 @@ You should set `chinese-enable-youdao-dict` to `t`.
#+END_SRC
*** Set monospaced font size(设置等宽字体)
If you are mixing Chinese words with English words, the text is not perfectly
aligned in org table. That's because normally the Chinese font size is not equal
@ -72,7 +73,6 @@ Example configuration:
(spacemacs//set-monospaced-font "Source Code Pro" "Hiragino Sans GB" 14 16)
#+END_SRC
* Key Bindings
Currently, there are no built-in key bindings for this layer. You could define
your own preference.

View File

@ -1,4 +1,5 @@
#+TITLE: Chrome contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../css/readtheorg.css" />
[[file:img/chrome.png]]

View File

@ -1,4 +1,5 @@
#+TITLE: Colors contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../css/readtheorg.css" />
[[file:img/rainbow_dash.png]]

View File

@ -1,6 +1,7 @@
#+TITLE: Cscope contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../css/readtheorg.css" />
[[file:img/cscope.png]]
[[file:img/cscope.jpg]]
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]

View File

@ -1,4 +1,5 @@
#+TITLE: Deft configuration layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../css/readtheorg.css" />
* Table of Content :TOC_4_org:noexport:
- [[Description][Description]]

View File

@ -1,4 +1,5 @@
#+TITLE: Finance contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../css/readtheorg.css" />
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]

View File

@ -1,4 +1,5 @@
#+TITLE: Floobits integration layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../css/readtheorg.css" />
[[file:img/floobits.png]]

View File

@ -1,4 +1,5 @@
#+TITLE: Geolocation contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../css/readtheorg.css" />
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]

View File

@ -1,4 +1,5 @@
#+TITLE: Helm Gtags contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../css/readtheorg.css" />
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]

View File

@ -1,4 +1,5 @@
#+TITLE: ibuffer contribution layer for Spacemacs
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../css/readtheorg.css" />
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]

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