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

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

[elpa] externals/ssh-deploy ee808ac 098/173: Fixed whitespace in readme


From: Stefan Monnier
Subject: [elpa] externals/ssh-deploy ee808ac 098/173: Fixed whitespace in readme
Date: Sat, 20 Oct 2018 10:36:38 -0400 (EDT)

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

    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)) )))



reply via email to

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