emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ssh-deploy 4fbe568 084/173: Updated hydra example to pr


From: Stefan Monnier
Subject: [elpa] externals/ssh-deploy 4fbe568 084/173: Updated hydra example to prevent lazy loading of package
Date: Sat, 20 Oct 2018 10:36:35 -0400 (EDT)

branch: externals/ssh-deploy
commit 4fbe568ce2c3e13c8be9089f0cd7a89690e7ca82
Author: Christian Johansson <address@hidden>
Commit: Christian Johansson <address@hidden>

    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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]