diff --git a/init.el b/init.el index 67df2bc..9ab4597 100644 --- a/init.el +++ b/init.el @@ -2213,7 +2213,7 @@ functions (only eshell uses it at the time of writing)." (puthash uid new-name (cdr my/-dirvish-uid-name-cache)) (setq uid new-name)))) - (cons 'right (propertize (format "%s %s" uid (file-attribute-modes f-attrs)) + (cons 'right (propertize (format " %s %s" uid (file-attribute-modes f-attrs)) 'face (or hl-face 'dirvish-file-time))))) (let ((cur-val dirvish-ui-setup-items)) (cl-pushnew '("o" file-owner-mode "File owner and mode")