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

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

[elpa] externals/ssh-deploy afbcc70 030/133: mode-line now shows whether


From: Stefan Monnier
Subject: [elpa] externals/ssh-deploy afbcc70 030/133: mode-line now shows whether current file is under deployment
Date: Sat, 27 Mar 2021 14:48:38 -0400 (EDT)

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

    mode-line now shows whether current file is under deployment
---
 ssh-deploy.el | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/ssh-deploy.el b/ssh-deploy.el
index 679862c..34635b0 100644
--- a/ssh-deploy.el
+++ b/ssh-deploy.el
@@ -4,7 +4,7 @@
 ;; Maintainer: Christian Johansson <christian@cvj.se>
 ;; Created: 5 Jul 2016
 ;; Modified: 30 Oct 2018
-;; Version: 2.03
+;; Version: 2.04
 ;; Keywords: tools, convenience
 ;; URL: https://github.com/cjohansson/emacs-ssh-deploy
 
@@ -348,6 +348,9 @@
      ((= status ssh-deploy--status-detecting-remote-changes)
       (setq status-text "diff.."))
 
+     ((and ssh-deploy-root-local ssh-deploy-root-remote)
+      (setq status-text "idle"))
+
      (t (setq status-text ""))
 
      )



reply via email to

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