mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
completion/ivy: use font-lock-doc-face instead of ivy-remote
This commit is contained in:
@ -29,7 +29,7 @@
|
||||
(setq buf-name (propertize buf-name 'face 'font-lock-comment-face)))
|
||||
((and buffer-file-name
|
||||
(not (file-in-directory-p (buffer-file-name buf) project-root)))
|
||||
(setq buf-name (propertize buf-name 'face 'ivy-remote))))
|
||||
(setq buf-name (propertize buf-name 'face 'font-lock-doc-face))))
|
||||
(ivy-rich-switch-buffer-format (list buf-name size indicator mode project path)))))
|
||||
((and (eq ivy-virtual-abbreviate 'full)
|
||||
ivy-rich-switch-buffer-align-virtual-buffer)
|
||||
|
Reference in New Issue
Block a user