Remove . and .. from ivy find-file
This commit is contained in:
parent
e511b9ddb8
commit
656f0d8b45
@ -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)))
|
||||
|
Loading…
Reference in New Issue
Block a user