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

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

[elpa] externals/ssh-deploy 2f6a36e 101/133: Improved instructions for h


From: Stefan Monnier
Subject: [elpa] externals/ssh-deploy 2f6a36e 101/133: Improved instructions for hydra and use-package
Date: Sat, 27 Mar 2021 14:48:52 -0400 (EDT)

branch: externals/ssh-deploy
commit 2f6a36eebead530fadc74b5cd6996254c7a5ef8d
Author: Christian Johansson <christian@cvj.se>
Commit: Christian Johansson <christian@cvj.se>

    Improved instructions for hydra and use-package
---
 README.md     | 1 +
 ssh-deploy.el | 1 +
 2 files changed, 2 insertions(+)

diff --git a/README.md b/README.md
index f4352da..4ebc4bd 100644
--- a/README.md
+++ b/README.md
@@ -190,6 +190,7 @@ If you want to use the pre-defined hydra you can use this 
key-binding instead:
       (use-package ssh-deploy
         :ensure t
         :demand
+        :after hydra
         :hook ((after-save . ssh-deploy-after-save)
                (find-file . ssh-deploy-find-file))
         :config
diff --git a/ssh-deploy.el b/ssh-deploy.el
index 1b9be4f..918d9ba 100644
--- a/ssh-deploy.el
+++ b/ssh-deploy.el
@@ -73,6 +73,7 @@
 ;; - To install and set-up using use-package and hydra do this:
 ;;   (use-package ssh-deploy
 ;;     :ensure t
+;;     :after hydra
 ;;     :demand
 ;;     :hook ((after-save . ssh-deploy-after-save)
 ;;            (find-file . ssh-deploy-find-file))



reply via email to

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