branch: externals/ssh-deploy
commit 9c3f519d0d501b0330c5fe7eddab4f5e7552b513
Author: Christian Johansson <[email protected]>
Commit: Christian Johansson <[email protected]>
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."