Remove (interactive) from doom-project-{find-file,browse}
These aren't meant to be interactive.
This commit is contained in:
parent
6d7a6a80b2
commit
d9175748b7
1 changed files with 0 additions and 2 deletions
|
@ -80,7 +80,6 @@ they are absolute."
|
||||||
|
|
||||||
(defun doom-project-find-file (dir)
|
(defun doom-project-find-file (dir)
|
||||||
"Fuzzy-find a file in DIR."
|
"Fuzzy-find a file in DIR."
|
||||||
(interactive)
|
|
||||||
(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
|
||||||
projectile-project-name
|
projectile-project-name
|
||||||
|
@ -94,7 +93,6 @@ they are absolute."
|
||||||
|
|
||||||
(defun doom-project-browse (dir)
|
(defun doom-project-browse (dir)
|
||||||
"TODO"
|
"TODO"
|
||||||
(interactive)
|
|
||||||
(let ((default-directory dir))
|
(let ((default-directory dir))
|
||||||
(call-interactively
|
(call-interactively
|
||||||
;; completion modules may remap this command
|
;; completion modules may remap this command
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue