mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Remove (interactive) from doom-project-{find-file,browse}
These aren't meant to be interactive.
This commit is contained in:
@ -80,7 +80,6 @@ they are absolute."
|
|||||||
(doom--resolve-path-forms files (doom-project-root)))
|
(doom--resolve-path-forms files (doom-project-root)))
|
||||||
|
|
||||||
(defun doom-project-find-file (dir)
|
(defun doom-project-find-file (dir)
|
||||||
"Fuzzy-find a file in DIR."
|
|
||||||
"Fuzzy-find a file in DIR."
|
"Fuzzy-find a file in DIR."
|
||||||
(let ((default-directory dir)
|
(let ((default-directory dir)
|
||||||
;; Necessary to isolate this search from the current project
|
;; Necessary to isolate this search from the current project
|
||||||
@ -94,7 +93,6 @@ they are absolute."
|
|||||||
#'projectile-find-file))))
|
#'projectile-find-file))))
|
||||||
|
|
||||||
(defun doom-project-browse (dir)
|
(defun doom-project-browse (dir)
|
||||||
"TODO"
|
|
||||||
"TODO"
|
"TODO"
|
||||||
(let ((default-directory dir))
|
(let ((default-directory dir))
|
||||||
(call-interactively
|
(call-interactively
|
||||||
|
Reference in New Issue
Block a user