From 656f0d8b4516d3a4adb208dd87991aab81fef127 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Sat, 2 Sep 2017 14:33:18 -0400 Subject: [PATCH] Remove . and .. from ivy find-file --- .emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index ea47583..02b2f08 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -282,6 +282,7 @@ :init (bind-key "C-c C-c M-x" 'execute-extended-command) ;;normal M-x. :config + (setq ivy-extra-directories nil) (setq ivy-re-builders-alist '((counsel-M-x . ivy--regex-fuzzy) (t . ivy--regex-plus)))