From 3beb1f098a33138149c2a8e430bd0beaa6ed05f4 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 8 Jan 2018 15:02:54 -0500 Subject: [PATCH] completion/ivy: use font-lock-doc-face instead of ivy-remote --- modules/completion/ivy/autoload/ivy.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/completion/ivy/autoload/ivy.el b/modules/completion/ivy/autoload/ivy.el index fc7292032..fac60f388 100644 --- a/modules/completion/ivy/autoload/ivy.el +++ b/modules/completion/ivy/autoload/ivy.el @@ -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)