From cfcd010cd67d1fdeca7a3c2f5da05f53f521ad60 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 16 Nov 2020 19:26:27 -0500 Subject: [PATCH] Revert ivy-magic-slash-non-match-action to nil --- modules/completion/ivy/config.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/completion/ivy/config.el b/modules/completion/ivy/config.el index 764afe03b..9146819e6 100644 --- a/modules/completion/ivy/config.el +++ b/modules/completion/ivy/config.el @@ -60,8 +60,6 @@ results buffer.") ivy-wrap t ivy-fixed-height-minibuffer t projectile-completion-system 'ivy - ;; disable magic slash on non-match - ivy-magic-slash-non-match-action nil ;; don't show recent files in switch-buffer ivy-use-virtual-buffers nil ;; ...but if that ever changes, show their full path