summaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2022-09-29 14:23:47 -0700
committerKjetil Orbekk <kj@orbekk.com>2022-09-29 14:23:47 -0700
commit046a146421b99d40659d789c533cebd8ce80c994 (patch)
treef54f33b9d5345b6023a5701f66546d038a0cc703 /emacs
parent4100562febcfbfc66862c185035fd0ba67beb8ac (diff)
Fix consult project function
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.config/emacs-kj/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.config/emacs-kj/init.el b/emacs/.config/emacs-kj/init.el
index b0b4a07..cec6496 100644
--- a/emacs/.config/emacs-kj/init.el
+++ b/emacs/.config/emacs-kj/init.el
@@ -230,7 +230,7 @@
;; Optionally configure a different project root function.
;; There are multiple reasonable alternatives to chose from.
;;;; 1. project.el (the default)
- (setq consult-project-function #'consult--default-project--function)
+ (setq consult-project-function #'consult--default-project-function)
;;;; 2. projectile.el (projectile-project-root)
;; (autoload 'projectile-project-root "projectile")
;; (setq consult-project-function (lambda (_) (projectile-project-root)))