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

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

[elpa] externals/ssh-deploy c84f56c 131/173: Added Open command to menu


From: Stefan Monnier
Subject: [elpa] externals/ssh-deploy c84f56c 131/173: Added Open command to menu as well
Date: Sat, 20 Oct 2018 10:36:44 -0400 (EDT)

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

    Added Open command to menu as well
---
 ssh-deploy.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/ssh-deploy.el b/ssh-deploy.el
index 16762b8..d31687f 100644
--- a/ssh-deploy.el
+++ b/ssh-deploy.el
@@ -1158,6 +1158,10 @@
   global-map
   [menu-bar sshdeploy pq]
   '("PostgreSQL" . ssh-deploy-remote-sql-postgres-handler))
+(define-key
+  global-map
+  [menu-bar sshdeploy op]
+  '("Open" . ssh-deploy-open-remote-file-handler))
 
 
 (provide 'ssh-deploy)



reply via email to

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