completion/ivy: use font-lock-doc-face instead of ivy-remote
This commit is contained in:
parent
7777f9940e
commit
3beb1f098a
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
||||||
(setq buf-name (propertize buf-name 'face 'font-lock-comment-face)))
|
(setq buf-name (propertize buf-name 'face 'font-lock-comment-face)))
|
||||||
((and buffer-file-name
|
((and buffer-file-name
|
||||||
(not (file-in-directory-p (buffer-file-name buf) project-root)))
|
(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)))))
|
(ivy-rich-switch-buffer-format (list buf-name size indicator mode project path)))))
|
||||||
((and (eq ivy-virtual-abbreviate 'full)
|
((and (eq ivy-virtual-abbreviate 'full)
|
||||||
ivy-rich-switch-buffer-align-virtual-buffer)
|
ivy-rich-switch-buffer-align-virtual-buffer)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue