ui/doom-modeline: don't show uniquify in modeline (unnecessary cruft)
This commit is contained in:
parent
527c459f11
commit
125fca09a0
1 changed files with 4 additions and 2 deletions
|
@ -239,8 +239,10 @@ active."
|
|||
'xpm t :ascent 'center)))))
|
||||
|
||||
(defun +doom-modeline--buffer-file ()
|
||||
"TODO"
|
||||
"%b")
|
||||
"Display the base of the current buffer's filename."
|
||||
(if buffer-file-name
|
||||
(file-name-nondirectory buffer-file-truename)
|
||||
"%b"))
|
||||
|
||||
(defun +doom-modeline--buffer-path ()
|
||||
"Displays the buffer's full path relative to the project root (includes the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue