emacs: set consult-project-function to nil

This commit is contained in:
Protesilaos Stavrou 2024-07-23 09:53:44 +03:00
parent 45c2724a75
commit 04da3314d2
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA
2 changed files with 2 additions and 0 deletions

View file

@ -349,6 +349,7 @@ Development continues on GitHub with GitLab as a mirror."))
"-path */.git* -prune "
"-or -path */.cache* -prune )"))
(setq consult-preview-key 'any)
(setq consult-project-function nil) ; always work from the current directory
(add-to-list 'consult-mode-histories '(vc-git-log-edit-mode . log-edit-comment-ring))

View file

@ -4357,6 +4357,7 @@ Also check: [[#h:e0f9c30e-3a98-4479-b709-7008277749e4][The =prot-emacs-search.el
"-path */.git* -prune "
"-or -path */.cache* -prune )"))
(setq consult-preview-key 'any)
(setq consult-project-function nil) ; always work from the current directory
(add-to-list 'consult-mode-histories '(vc-git-log-edit-mode . log-edit-comment-ring))