Remove (interactive) from doom-project-{find-file,browse}

These aren't meant to be interactive.
This commit is contained in:
Henrik Lissner
2017-12-31 11:13:55 -05:00
parent 6d7a6a80b2
commit d9175748b7

View File

@ -80,7 +80,6 @@ they are absolute."
(doom--resolve-path-forms files (doom-project-root)))
(defun doom-project-find-file (dir)
"Fuzzy-find a file in DIR."
"Fuzzy-find a file in DIR."
(let ((default-directory dir)
;; Necessary to isolate this search from the current project
@ -94,7 +93,6 @@ they are absolute."
#'projectile-find-file))))
(defun doom-project-browse (dir)
"TODO"
"TODO"
(let ((default-directory dir))
(call-interactively