fix links

This commit is contained in:
JAremko 2017-08-18 22:07:43 +03:00
parent 3d4a3a460a
commit a1101eb38f
8 changed files with 19 additions and 19 deletions

View File

@ -119,7 +119,7 @@ To be consistent with the Vim way, ~n~ and ~N~ are favored over Emacs ~n~ and
Ideally a transient-state should be provided to smooth the navigation
experience. A transient-state allows to repeat key bindings without entering
each time the prefix commands. More info on transient-states in the
[[file:DOCUMENTATION.org::Transient-states][documentation]].
[[https://github.com/syl20bnr/spacemacs/blob/develop/doc/DOCUMENTATION.org#transient-states][documentation]].
*** Code Navigation
The prefix for going to something is ~SPC m g~.

View File

@ -10,17 +10,17 @@ Dependency installation scripts for Spacemacs layers
in Docker environment.
* Supported layers
1. [[./installers/clojure/README.org][Clojure]]
2. [[./installers/dash/README.org][Dash]]
3. [[./installers/fasd/README.org][fasd]]
4. [[./installers/go/README.org][Go]]
5. [[./installers/gtags/README.org][gtags]]
6. [[./installers/html/README.org][html]]
7. [[./installers/javascript/README.org][JavaScript]]
8. [[./installers/pandoc/README.org][pandoc]]
9. [[./installers/pdf-tools/README.org][pdf-tools]]
10. [[./installers/spell-checking/README.org][spell-checking]]
10. [[./installers/python/README.org][python]]
1. [[https://github.com/syl20bnr/spacemacs/blob/develop/layers/%2Bdistributions/spacemacs-docker/deps-install/installers/clojure/README.org][Clojure]]
2. [[https://github.com/syl20bnr/spacemacs/blob/develop/layers/%2Bdistributions/spacemacs-docker/deps-install/installers/dash/README.org][Dash]]
3. [[https://github.com/syl20bnr/spacemacs/blob/develop/layers/%2Bdistributions/spacemacs-docker/deps-install/installers/fasd/README.org][fasd]]
4. [[https://github.com/syl20bnr/spacemacs/blob/develop/layers/%2Bdistributions/spacemacs-docker/deps-install/installers/go/README.org][Go]]
5. [[https://github.com/syl20bnr/spacemacs/blob/develop/layers/%2Bdistributions/spacemacs-docker/deps-install/installers/gtags/README.org][gtags]]
6. [[https://github.com/syl20bnr/spacemacs/blob/develop/layers/%2Bdistributions/spacemacs-docker/deps-install/installers/html/README.org][html]]
7. [[https://github.com/syl20bnr/spacemacs/blob/develop/layers/%2Bdistributions/spacemacs-docker/deps-install/installers/javascript/README.org][JavaScript]]
8. [[https://github.com/syl20bnr/spacemacs/blob/develop/layers/%2Bdistributions/spacemacs-docker/deps-install/installers/pandoc/README.org][pandoc]]
9. [[https://github.com/syl20bnr/spacemacs/blob/develop/layers/%2Bdistributions/spacemacs-docker/deps-install/installers/pdf-tools/README.org][pdf-tools]]
10. [[https://github.com/syl20bnr/spacemacs/blob/develop/layers/%2Bdistributions/spacemacs-docker/deps-install/installers/spell-checking/README.org][spell-checking]]
10. [[https://github.com/syl20bnr/spacemacs/blob/develop/layers/%2Bdistributions/spacemacs-docker/deps-install/installers/python/README.org][python]]
* How it works
When .spacemacs file contains one of supported layers and its installation

View File

@ -216,7 +216,7 @@ or use layer variables when you add the layer to
#+END_SRC
** Spacemacs layout integration
A [[file:../../../doc/DOCUMENTATION.org::#layouts-and-workspaces][Spacemacs custom layout]] is defined by the layer. The name and the key binding
A [[https://github.com/syl20bnr/spacemacs/blob/develop/doc/DOCUMENTATION.org#layouts-and-workspaces][Spacemacs custom layout]] is defined by the layer. The name and the key binding
for it can be customized with the following layer variables:
- =mu4e-spacemacs-layout-name= for the layout name,
- =mu4e-spacemacs-layout-binding= for the key binding.

View File

@ -113,7 +113,7 @@ If =smartparens= is used the following additional key bindings are available:
| ~SPC m e s~ | evaluate symbol around point |
** Format code
The [[file:../../+emacs/semantic/README.org][semantic]] layer should be installed for these key bindings to become active.
The [[https://github.com/syl20bnr/spacemacs/blob/develop/layers/%2Bemacs/semantic/README.org][semantic]] layer should be installed for these key bindings to become active.
| Key Binding | Description |
|-------------+-------------------------|

View File

@ -68,7 +68,7 @@ creating multiple =.tern-port= files for each document you have open [[http://te
for more details]]):
The variables provided below can be set when adding the =javascript=
configuration layer, as detailed in [[file:../../../doc/DOCUMENTATION.org::Setting%20configuration%20layers%20variables][this]] section of the documentation.
configuration layer, as detailed in [[https://github.com/syl20bnr/spacemacs/blob/develop/doc/DOCUMENTATION.org#setting-configuration-layers-variables][this]] section of the documentation.
#+BEGIN_SRC emacs-lisp
(javascript :variables javascript-disable-tern-port-files nil)

View File

@ -29,7 +29,7 @@ This layer adds support for LaTeX files with [[https://savannah.gnu.org/projects
** BibTeX
For more extensive support of BibTeX files than RefTeX provides, have a look at
the [[../bibtex/README.org][BibTeX layer]].
the [[https://github.com/syl20bnr/spacemacs/blob/develop/layers/%2Blang/bibtex/README.org][BibTeX layer]].
* Install
** Layer

View File

@ -37,7 +37,7 @@ This layer adds markdown support to Spacemacs.
** BibTeX
For more extensive support of references with BibTeX files, have a look at the
[[../bibtex/README.org][BibTeX layer]].
[[https://github.com/syl20bnr/spacemacs/blob/develop/layers/%2Blang/bibtex/README.org][BibTeX layer]].
* Install
To use this configuration layer, add it to your =~/.spacemacs=. You will need to

View File

@ -38,7 +38,7 @@ ENSIME requires a configuration file at the root of each Scala project. It
provides an SBT plugin to generate these files.
Installation instructions and usage can be found in the =Java= layer
[[file:../java/README.org::#ensime][README.org]].
[[https://github.com/syl20bnr/spacemacs/tree/develop/layers/%2Blang/java/README.org#ensime][README.org]].
* Scalastyle
[[http://www.scalastyle.org/][Scalastyle]] provides style-checking and linting. The Emacs functionality is
@ -119,4 +119,4 @@ with
#+END_SRC
* Key bindings
All ensime key bindings are listed in the =java= layer [[file:../java/README.org::#ensime-key-bindings][README.org]].
All ensime key bindings are listed in the =java= layer [[https://github.com/syl20bnr/spacemacs/tree/develop/layers/%2Blang/java/README.org#ensime-key-bindings][README.org]].