diff options
-rw-r--r-- | completion.org | 6 |
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) |