Update ivy/counsel ignore-file/directory rules
This commit is contained in:
parent
a66a85800b
commit
b77212b78f
4 changed files with 10 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue