aboutsummaryrefslogtreecommitdiffstats
path: root/yoshi-mode-line.el
diff options
context:
space:
mode:
Diffstat (limited to 'yoshi-mode-line.el')
-rw-r--r--yoshi-mode-line.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/yoshi-mode-line.el b/yoshi-mode-line.el
index e06dfea..f84e1a4 100644
--- a/yoshi-mode-line.el
+++ b/yoshi-mode-line.el
@@ -71,7 +71,9 @@
(setq vc-display-status nil)
(setq-default mode-line-format
- `("%e" mode-line-front-space (:eval (yoshi-mode-line-buffer-status-display)) " %z" ,@(cdr (cddadr (car (get 'mode-line-format 'standard-value)))) mode-line-format-right-align (:eval (yoshi-mode-line-vc-display)) mode-line-front-space))
+ `("%e" mode-line-front-space (:eval (yoshi-mode-line-buffer-status-display)) " %z" ,@(cdr (cddadr (car (get 'mode-line-format 'standard-value))))
+ mode-line-format-right-align
+ mode-name " " (:eval (yoshi-mode-line-vc-display)) mode-line-front-space))
(provide 'yoshi-mode-line)
;;; yoshi-mode-line.el ends here