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

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

[elpa] externals/ssh-deploy c1f8837 029/133: Updated documentation with


From: Stefan Monnier
Subject: [elpa] externals/ssh-deploy c1f8837 029/133: Updated documentation with pre-defined hydra and pre-fix map
Date: Sat, 27 Mar 2021 14:48:37 -0400 (EDT)

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

    Updated documentation with pre-defined hydra and pre-fix map
---
 README.md     | 6 +++++-
 ssh-deploy.el | 6 +++---
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 4e0923b..8cf9d88 100644
--- a/README.md
+++ b/README.md
@@ -153,13 +153,17 @@ By combining a `~/.authinfo.gpg` setup and a `public-key` 
setup you should be ab
 ;; ssh-deploy - prefix = C-c C-z, f = forced upload, u = upload, d = download, 
x = diff, t = terminal, b = browse, h = shell
 (add-to-list 'load-path "~/.emacs.d/ssh-deploy/")
 (require 'ssh-deploy)
-
 (ssh-deploy-line-mode) ;; If you want mode-line feature
 (ssh-deploy-add-after-save-hook) ;; If you want automatic upload support
 (ssh-deploy-add-find-file-hook) ;; If you want detecting remote changes support
 (global-set-key (kbd "C-c C-z") 'ssh-deploy-prefix-map)
 ```
 
+If you want to use the pre-defined hydra you can use this key-binding instead:
+``` elisp
+(global-set-key (kbd "C-c C-z") 'ssh-deploy-hydra/body)
+```
+
 * Or use the `use-package` and `hydra-script` I'm using:
 
 ``` elisp
diff --git a/ssh-deploy.el b/ssh-deploy.el
index f3141c7..679862c 100644
--- a/ssh-deploy.el
+++ b/ssh-deploy.el
@@ -3,8 +3,8 @@
 ;; Author: Christian Johansson <christian@cvj.se>
 ;; Maintainer: Christian Johansson <christian@cvj.se>
 ;; Created: 5 Jul 2016
-;; Modified: 29 Oct 2018
-;; Version: 2.02
+;; Modified: 30 Oct 2018
+;; Version: 2.03
 ;; Keywords: tools, convenience
 ;; URL: https://github.com/cjohansson/emacs-ssh-deploy
 
@@ -64,7 +64,7 @@
 ;; - To set global key-bindings do something like this:
 ;;     (global-set-key (kbd "C-c C-z") 'ssh-deploy-prefix-map)
 ;;
-;; - To set global key-bindings for hudra do something like this:
+;; - To set global key-bindings for the pre-defined hydra do something like 
this:
 ;;     (global-set-key (kbd "C-c C-z") 'ssh-deploy-hydra/body)
 ;;
 ;; - To install and set-up using use-package and hydra do this:



reply via email to

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