mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-16 15:56:52 -05:00
Update ivy/counsel ignore-file/directory rules
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user