From 6e436a34cc56a73eec49f8d5f8fbcfcaa5cae808 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 22 Dec 2025 15:22:43 -0800 Subject: yoshi-mode-line: Add mode name on the right of the screen --- yoshi-mode-line.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.3-2-g0d8e