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
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -80,7 +80,6 @@ they are absolute."
(defun doom-project-find-file (dir)
"Fuzzy-find a file in DIR."
(interactive)
(let ((default-directory dir)
;; Necessary to isolate this search from the current project
projectile-project-name
@ -94,7 +93,6 @@ they are absolute."
(defun doom-project-browse (dir)
"TODO"
(interactive)
(let ((default-directory dir))
(call-interactively
;; completion modules may remap this command