diff --git a/contrib/prodigy/README.md b/contrib/prodigy/README.md index c3310bed8..eebb2659d 100644 --- a/contrib/prodigy/README.md +++ b/contrib/prodigy/README.md @@ -1,11 +1,12 @@ # Prodigy contribution layer for Spacemacs +![logo_prodigy](img/prodigy.png) + **Table of Contents** - [Prodigy contribution layer for Spacemacs](#prodigy-contribution-layer-for-spacemacs) - [Description](#description) - - [Screenshot](#screenshot) - [Install](#install) - [Key Bindings](#key-bindings) - [Spawn prodigy](#spawn-prodigy) @@ -15,16 +16,11 @@ ## Description -This layer adds support for the [prodigy](https://github.com/rejeep/prodigy.el) -package to manage external services from within Emacs, check the package's -documentation for more details +This layer adds support for the [prodigy][] package to manage external +services from within Emacs, check the package's documentation for more details -It is recommended that when you try to put your prodigy services to put them in -the `dotspacemacs/config` part of your .spacemacs file. - -## Screenshot - -![logo_prodigy](img/prodigy.png) +It is recommended to put to put your prodigy services in the +`dotspacemacs/config` part of your .spacemacs file. ## Install @@ -42,7 +38,7 @@ You start prodigy with this: Key Binding | Description ----------------------|------------------------------------------------------------ -SPC a r | Open the prodigy buffer +SPC a S | Open the prodigy buffer ### Navigate through it @@ -65,3 +61,5 @@ You start prodigy with this: f t | Add tag filter f n | Add name filter F | Clear filters + +[prodigy]: https://github.com/rejeep/prodigy.el diff --git a/contrib/prodigy/packages.el b/contrib/prodigy/packages.el index 29f6dbf7b..83a18c564 100644 --- a/contrib/prodigy/packages.el +++ b/contrib/prodigy/packages.el @@ -15,8 +15,7 @@ (defun prodigy/init-prodigy () (use-package prodigy :init - (evil-leader/set-key - "ar" 'prodigy) + (evil-leader/set-key "aS" 'prodigy) :config (evilify prodigy-mode prodigy-mode-map "h" 'prodigy-first