branch: externals/ssh-deploy
commit 4fbe568ce2c3e13c8be9089f0cd7a89690e7ca82
Author: Christian Johansson <[email protected]>
Commit: Christian Johansson <[email protected]>
Updated hydra example to prevent lazy loading of package
Which makes the unsafe variable message appear.
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index ba9e74f..d744712 100644
--- a/README.md
+++ b/README.md
@@ -87,6 +87,7 @@ Set your user and group as owner and file permissions to
`700`. Emacs should now
``` elisp
(use-package ssh-deploy
+ :demand
:bind (("C-c C-z" . hydra-ssh-deploy/body))
:config
(setq ssh-deploy-debug t)