Fix capitalization of “GitHub” in layer docs

This commit is contained in:
Rory O’Kane 2016-09-10 09:44:25 -04:00 committed by d12frosted
parent 18952625cc
commit b7c84b5c35
No known key found for this signature in database
GPG Key ID: 8F60E862D6F5CE8F
2 changed files with 8 additions and 8 deletions

View File

@ -535,7 +535,7 @@ This file containes the change log for the next major version of Spacemacs.
- ~SPC g l L~ on a region, create a link to the file highlighting the
selected lines
+ New key binding ~SPC g f h~ to get the commit history of the current file
**** Github
**** GitHub
- Add support for =git-link= in =git-timemachine=, this allow to copy
the SHA-1 or selected lines links for the current commit (thanks to dcluna)
- Move clone commands under ~SPC g h c~:

View File

@ -1,4 +1,4 @@
#+TITLE: Github layer
#+TITLE: GitHub layer
[[file:img/github.png]]
@ -15,14 +15,14 @@
- [[#browse-files][Browse files]]
* Description
This layers adds support for [[http://github.com][Github]].
This layers adds support for [[http://github.com][GitHub]].
** Features:
- [[https://github.com/sigma/magit-gh-pulls][magit-gh-pulls]]: handy =magit= add-on to manage Github pull requests.
- [[https://github.com/defunkt/gist.el][gist.el]]: full-featured mode to browse and post Github gists.
- [[https://github.com/osener/github-browse-file][github-browse-file]] and [[https://github.com/sshaw/git-link][git-link]]: quickly browse github URL in your
- [[https://github.com/sigma/magit-gh-pulls][magit-gh-pulls]]: handy =magit= add-on to manage GitHub pull requests.
- [[https://github.com/defunkt/gist.el][gist.el]]: full-featured mode to browse and post GitHub gists.
- [[https://github.com/osener/github-browse-file][github-browse-file]] and [[https://github.com/sshaw/git-link][git-link]]: quickly browse GitHub URL in your
browser.
- [[https://github.com/dgtized/github-clone.el][Github clone]] allows for easy cloning and forking of repositories.
- [[https://github.com/dgtized/github-clone.el][github-clone]] allows for easy cloning and forking of repositories.
* Install
** Layer
@ -102,4 +102,4 @@ In the gist list buffer:
| Key Binding | Description |
|-------------+--------------------------------------------------------------------|
| ~SPC g h o~ | browse to file on github |
| ~SPC g h o~ | browse to file on GitHub |