diff options
| -rw-r--r-- | yoshi-mode-line.el | 2 |
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 |
