Fix SPC f / for non-ivy users

Incorrect function signature for doom-project-find-file
This commit is contained in:
Henrik Lissner 2019-04-20 02:13:56 -04:00
parent fb0c8186de
commit ee754362a2
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -596,7 +596,7 @@
:desc "Find file from here" "/"
(if (featurep! :completion ivy)
#'counsel-file-jump
(λ! (doom-project-find-file nil (list default-directory) nil)))
(λ! (doom-project-find-file default-directory)))
:desc "Open project editorconfig" "c" #'editorconfig-find-current-editorconfig
:desc "Find directory" "d" #'dired
:desc "Find file in emacs.d" "e" #'+default/find-in-emacsd