branch: externals/ssh-deploy
commit cf4f5e7981082d15552b3b8bcd88c36ea7680403
Author: Christian Johansson <[email protected]>
Commit: Christian Johansson <[email protected]>
Added delete shortcut to menu-bar as well
---
ssh-deploy.el | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/ssh-deploy.el b/ssh-deploy.el
index 07f0045..f90bd9b 100644
--- a/ssh-deploy.el
+++ b/ssh-deploy.el
@@ -3,8 +3,8 @@
;; Author: Christian Johansson <github.com/cjohansson>
;; Maintainer: Christian Johansson <github.com/cjohansson>
;; Created: 5 Jul 2016
-;; Modified: 23 Jun 2018
-;; Version: 1.88
+;; Modified: 25 Jun 2018
+;; Version: 1.89
;; Keywords: tools, convenience
;; URL: https://github.com/cjohansson/emacs-ssh-deploy
@@ -1174,6 +1174,10 @@
(define-key
global-map
+ [menu-bar sshdeploy de]
+ '("Delete" . ssh-deploy-delete-handler))
+(define-key
+ global-map
[menu-bar sshdeploy rn]
'("Rename" . ssh-deploy-rename-handler))
(define-key