branch: externals/ivy-hydra
commit e32f14d9abddeb6c6d06c9d6b7417ba875e7ee63
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>

    targets/plain.el (ivy-use-virtual-buffers): Enable
    
    Re #2334
---
 targets/plain.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/targets/plain.el b/targets/plain.el
index 7b3a27b..690e51d 100644
--- a/targets/plain.el
+++ b/targets/plain.el
@@ -8,3 +8,4 @@
 (global-set-key (kbd "C-c k") 'counsel-rg)
 (global-set-key (kbd "<f2> j") 'counsel-set-variable)
 (global-set-key (kbd "C-c s") 'isearch-forward-regexp)
+(setq ivy-use-virtual-buffers t)

Reply via email to