Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Face of counsel-recentf candidates are being affected by ivy-virtual. #770

Closed
Yevgnen opened this issue Nov 12, 2016 · 1 comment
Closed

Comments

@Yevgnen
Copy link
Contributor

Yevgnen commented Nov 12, 2016

This happens when ivy-virtual-abbreviate is set to 'full.

Test file

(package-initialize)

(setq ivy-use-virtual-buffers t
      ivy-virtual-abbreviate 'full)

(custom-set-faces
 '(ivy-virtual ((t (:foreground "red" :weight bold)))))

(recentf-mode 1)

(require 'ivy)
(ivy-mode 1)

(require 'counsel)
(counsel-mode 1)

Run counsel-recentf to open some files, the run ivy-switch-buffer, again run counsel-recentf will see the differences, as

recentf

@abo-abo
Copy link
Owner

abo-abo commented Nov 12, 2016

Thanks, this should fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants