Update ivy/counsel ignore-file/directory rules

This commit is contained in:
Henrik Lissner 2016-08-30 08:59:50 +02:00
parent a66a85800b
commit b77212b78f
4 changed files with 10 additions and 4 deletions

View file

@ -7,8 +7,8 @@
`(lambda () (interactive)
(let ((default-directory ,path))
(,@(if project-p
'(projectile-find-file)
'(call-interactively 'find-file))))))
'(counsel-projectile-find-file)
'(call-interactively 'counsel-find-file))))))
(map! "<f9>" 'what-face
;; Essential