Fix SPC f / for non-ivy users
Incorrect function signature for doom-project-find-file
This commit is contained in:
parent
fb0c8186de
commit
ee754362a2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue