branch: externals/ssh-deploy commit ee808acef916c7cf828923e6517a6867044caaf5 Author: Christian Johansson <christ...@cvj.se> Commit: Christian Johansson <christ...@cvj.se>
Fixed whitespace in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6077c9..fa3225a 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ Set your user and group as owner and file permissions to `600`. Emacs should now ``` elisp (use-package ssh-deploy -:demand + :demand :bind (("C-c C-z" . hydra-ssh-deploy/body)) :hook ((after-save . (lambda() (if ssh-deploy-on-explicit-save (ssh-deploy-upload-handler)) )) (find-file . (lambda() (if ssh-deploy-automatically-detect-remote-changes (ssh-deploy-remote-changes-handler)) )))