aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2025-05-08 23:46:05 -0700
committerGravatar Tom Willemse2025-05-08 23:46:05 -0700
commit9299d9db26ecf25f437a71278258bb3b57aa1394 (patch)
tree4ad1ff8826751ef1869b6a6dbe0a9e398447cfda
parent1cf6c63830e07c5131ca7d8889c2561ac7d6cd91 (diff)
downloadyoshi-theme-9299d9db26ecf25f437a71278258bb3b57aa1394.tar.gz
yoshi-theme-9299d9db26ecf25f437a71278258bb3b57aa1394.zip
yoshi-mode-line: Show only the file coding system
-rw-r--r--yoshi-mode-line.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/yoshi-mode-line.el b/yoshi-mode-line.el
index 6089013..541cdb8 100644
--- a/yoshi-mode-line.el
+++ b/yoshi-mode-line.el
@@ -60,7 +60,7 @@
(propertize "read-write" 'display `(image :type svg :file ,(expand-file-name "file-solid.svg" yoshi-mode-line-icons-dir) :ascent center :height ,(window-default-font-height))))))
(setq-default mode-line-format
- `("%e" mode-line-front-space (:eval (yoshi-mode-line-buffer-status-display)) ,@(cdadr (car (get 'mode-line-format 'standard-value)))))
+ `("%e" mode-line-front-space (:eval (yoshi-mode-line-buffer-status-display)) " %z" ,@(cdr (cddadr (car (get 'mode-line-format 'standard-value))))))
(provide 'yoshi-mode-line)
;;; yoshi-mode-line.el ends here