summaryrefslogtreecommitdiffhomepage
path: root/completion.org
diff options
context:
space:
mode:
Diffstat (limited to 'completion.org')
-rw-r--r--completion.org6
1 files changed, 0 insertions, 6 deletions
diff --git a/completion.org b/completion.org
index 87dfd86..38b1eab 100644
--- a/completion.org
+++ b/completion.org
@@ -236,12 +236,6 @@
(interactive "P")
(call-interactively (if arg 'consult-file-externally 'find-file)))
- (require 'jao-compilation)
- (defun jao-consult-project-root ()
- (expand-file-name (or (vc-root-dir) (jao-compilation-root) "")))
-
- (setq consult-project-root-function #'jao-consult-project-root)
-
(define-key consult-narrow-map (vconcat consult-narrow-key "?")
#'consult-narrow-help)