Remove . and .. from ivy find-file
This commit is contained in:
parent
e511b9ddb8
commit
656f0d8b45
@ -282,6 +282,7 @@
|
|||||||
:init
|
:init
|
||||||
(bind-key "C-c C-c M-x" 'execute-extended-command) ;;normal M-x.
|
(bind-key "C-c C-c M-x" 'execute-extended-command) ;;normal M-x.
|
||||||
:config
|
:config
|
||||||
|
(setq ivy-extra-directories nil)
|
||||||
(setq ivy-re-builders-alist
|
(setq ivy-re-builders-alist
|
||||||
'((counsel-M-x . ivy--regex-fuzzy)
|
'((counsel-M-x . ivy--regex-fuzzy)
|
||||||
(t . ivy--regex-plus)))
|
(t . ivy--regex-plus)))
|
||||||
|
Loading…
Reference in New Issue
Block a user