aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Emacs/.config/emacs/config.org6
1 files changed, 6 insertions, 0 deletions
diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org
index 9b31f91..1ce6ae7 100644
--- a/Emacs/.config/emacs/config.org
+++ b/Emacs/.config/emacs/config.org
@@ -918,6 +918,12 @@ of the evil state capitalised"
""))
))
mode-line-misc-info ;; Any other information
+ (:eval
+ (when (and (eq major-mode 'dired-mode)
+ (bound-and-true-p dired-rsync-modeline-status)
+ (mode-line-window-selected-p))
+ (concat " "
+ dired-rsync-modeline-status)))
(:eval ;; Compilation mode errors
(if (eq major-mode 'compilation-mode)
compilation-mode-line-errors))