Fix dirvish tty rendering
This commit is contained in:
parent
e1b18eeefe
commit
82e2f5d753
2
init.el
2
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")
|
||||
|
Loading…
Reference in New Issue
Block a user