guix-layer/README.org

44 lines
1.5 KiB
Org Mode
Raw Permalink Normal View History

2023-07-03 00:54:47 +00:00
#+TITLE: guix layer
# Document tags are separated with "|" char
# The example below contains 2 tags: "layer" and "web service"
# Avaliable tags are listed in <spacemacs_root>/.ci/spacedoc-cfg.edn
# under ":spacetools.spacedoc.config/valid-tags" section.
#+TAGS: layer|web service
# The maximum height of the logo should be 200 pixels.
# TOC links should be GitHub style anchors.
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#features][Features:]]
- [[#install][Install]]
- [[#key-bindings][Key bindings]]
* Description
This layer adds support for something.
** Features:
2023-07-03 01:22:34 +00:00
- guix.el
- evil bindings for guix
- generate hall projects via skeletor
2023-07-03 00:54:47 +00:00
* Install
2023-07-03 01:22:34 +00:00
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=
2023-07-03 00:54:47 +00:00
To use this configuration layer, add it to your =~/.spacemacs=. You will need to
2023-07-03 01:22:34 +00:00
add =guix-layer= to the existing =dotspacemacs-configuration-layers= list in this
2023-07-03 00:54:47 +00:00
file.
* Key bindings
2023-07-03 01:22:34 +00:00
| Key Binding | Description |
|-------------+---------------------|
| ~SPC a t g~ | Activate guix popup |
2023-07-03 00:54:47 +00:00
# Use GitHub URLs if you wish to link a Spacemacs documentation file or its heading.
# Examples:
# [[https://github.com/syl20bnr/spacemacs/blob/master/doc/VIMUSERS.org#sessions]]
# [[https://github.com/syl20bnr/spacemacs/blob/master/layers/%2Bfun/emoji/README.org][Link to Emoji layer README.org]]
# If space-doc-mode is enabled, Spacemacs will open a local copy of the linked file.