Adds support for neuron-mode.
$ git clone https://github.com/lightandlight/spacemacs-neuron.git /path/to/layer
- Edit
~/.spacemacs
- Add
"/path/to/layer"
to thedotspacemacs-configuration-layer-path
list - Add
neuron
to thedotspacemacs-configuration-layers
list
- Add
Key Binding | Description |
---|---|
SPC m n | create new zettel |
SPC m r | regenerate the zettel cache and title overlays in all neuron-mode buffers |
Key Binding | Description |
---|---|
SPC m e e | select a zettel to edit by name |
SPC m e c | edit the zettelkasten’s neuron.dhall file |
SPC m e t | select a zettel to edit, filtered by tag |
SPC m e u | select a zettel to edit from the current zettel’s backlinks |
Key Binding | Description |
---|---|
SPC m t t | add a tag to the current zettel |
SPC m t r | find and replace tags according to a pattern |
SPC m t s | add multiple tags to the current zettel |
Key Binding | Description |
---|---|
SPC m l l | link to a zettel |
SPC m l n | create a new zettel and link to it |
SPC m l s | link to a file in the static directory |