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

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

[elpa] externals/ssh-deploy 9c3f519 145/173: Nicer looking mode-line wit


From: Stefan Monnier
Subject: [elpa] externals/ssh-deploy 9c3f519 145/173: Nicer looking mode-line with square brackets
Date: Sat, 20 Oct 2018 10:36:46 -0400 (EDT)

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

    Nicer looking mode-line with square brackets
---
 ssh-deploy.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ssh-deploy.el b/ssh-deploy.el
index 75c7789..729faf6 100644
--- a/ssh-deploy.el
+++ b/ssh-deploy.el
@@ -347,8 +347,8 @@
 (defun ssh-deploy--mode-line-status-text-format (text)
   "Return a formatted string based on TEXT."
   (if (string= text "")
-      (format " DPL ")
-    (format " DPL: %s " text)))
+      (format " [DPL] ")
+    (format " [DPL:%s] " text)))
 
 (defun ssh-deploy--insert-keyword (text)
   "Insert TEXT as bold text."



reply via email to

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