branch: externals/ssh-deploy commit c84f56c16cef900aeb4f59988c47870dbc9d3a43 Author: Christian Johansson <christ...@cvj.se> Commit: Christian Johansson <christ...@cvj.se>
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)