Update readme
This commit is contained in:
parent
4cecf09be3
commit
b2f2ff1344
21
README.org
21
README.org
|
@ -6,7 +6,6 @@
|
|||
#+TAGS: layer|web service
|
||||
|
||||
# The maximum height of the logo should be 200 pixels.
|
||||
[[img/guix.png]]
|
||||
|
||||
# TOC links should be GitHub style anchors.
|
||||
* Table of Contents :TOC_4_gh:noexport:
|
||||
|
@ -19,21 +18,23 @@
|
|||
This layer adds support for something.
|
||||
|
||||
** Features:
|
||||
- Autocomplete
|
||||
- Lint
|
||||
- Refactor
|
||||
- ...
|
||||
|
||||
- guix.el
|
||||
- evil bindings for guix
|
||||
- generate hall projects via skeletor
|
||||
|
||||
* Install
|
||||
Clone this repo into your private folder in your .emacs.d.
|
||||
=git clone https://git.solarpunk.moe/TakeV/guix-layer.git ~/.emacs.d/private/guix-layer=
|
||||
|
||||
To use this configuration layer, add it to your =~/.spacemacs=. You will need to
|
||||
add =guix= to the existing =dotspacemacs-configuration-layers= list in this
|
||||
add =guix-layer= to the existing =dotspacemacs-configuration-layers= list in this
|
||||
file.
|
||||
|
||||
* Key bindings
|
||||
|
||||
| Key Binding | Description |
|
||||
|-------------+----------------|
|
||||
| ~SPC x x x~ | Does thing01 |
|
||||
| Key Binding | Description |
|
||||
|-------------+---------------------|
|
||||
| ~SPC a t g~ | Activate guix popup |
|
||||
|
||||
# Use GitHub URLs if you wish to link a Spacemacs documentation file or its heading.
|
||||
# Examples:
|
||||
|
|
Loading…
Reference in a new issue