From 851094cdd3580cddb66f7cb198ad0dd618f4c625 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 24 Oct 2019 04:42:21 -0400 Subject: [PATCH] Restore ./ & ../ entries in ivy There are a number of commands where these options are useful. --- 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 d719c176e..e27bfa34a 100644 --- a/modules/completion/ivy/config.el +++ b/modules/completion/ivy/config.el @@ -63,8 +63,6 @@ immediately runs it on the current candidate (ending the ivy session)." ivy-wrap t ivy-fixed-height-minibuffer t projectile-completion-system 'ivy - ;; Remove ./ and ../ from file commands - ivy-extra-directories nil ;; disable magic slash on non-match ivy-magic-slash-non-match-action nil ;; don't show recent files in switch-buffer