Fix #1065: add +ivy-buffer-unreal-face option
This commit is contained in:
parent
e60b44d255
commit
00bb00649b
2 changed files with 5 additions and 2 deletions
|
@ -18,10 +18,10 @@
|
|||
"Display the buffer name.
|
||||
|
||||
Buffers that are considered unreal (see `doom-real-buffer-p') are dimmed with
|
||||
`font-lock-comment-face'."
|
||||
`+ivy-buffer-unreal-face'."
|
||||
(if (doom-real-buffer-p (get-buffer candidate))
|
||||
candidate
|
||||
(propertize candidate 'face 'font-lock-comment-face)))
|
||||
(propertize candidate 'face +ivy-buffer-unreal-face)))
|
||||
|
||||
;;;###autoload
|
||||
(defun +ivy-rich-buffer-icon (candidate)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue