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

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

[elpa] externals/ssh-deploy cf4f5e7 133/173: Added delete shortcut to me


From: Stefan Monnier
Subject: [elpa] externals/ssh-deploy cf4f5e7 133/173: Added delete shortcut to menu-bar as well
Date: Sat, 20 Oct 2018 10:36:44 -0400 (EDT)

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

    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



reply via email to

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