Remove . and .. from ivy find-file

This commit is contained in:
Adam Goldsmith 2017-09-02 14:33:18 -04:00
parent e511b9ddb8
commit 656f0d8b45
1 changed files with 1 additions and 0 deletions

View File

@ -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)))