From 82e2f5d753d996aa4da0df63c106432f26801a96 Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Wed, 25 Dec 2024 04:27:45 -0800 Subject: [PATCH] Fix dirvish tty rendering --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")