From 0495456fb904bf291a71ff87d59a5dda5d0c298d Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Fri, 14 Jan 2022 21:03:36 -0600 Subject: Ch ch ch changes --- lisp/+consult.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/+consult.el') diff --git a/lisp/+consult.el b/lisp/+consult.el index 7b6a20f..0f5bf45 100644 --- a/lisp/+consult.el +++ b/lisp/+consult.el @@ -5,7 +5,7 @@ (defun +consult-project-root () "Return either the current project, or the VC root, of current file." (if (and (functionp 'project-current) - (project-current)) + (project-current)) (car (project-roots (project-current))) (vc-root-dir))) -- cgit 1.4.1-21-gabe81