home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 0feb2b906b4f825335ef3dbfa7bfbbfa224224e9
parent 4e6e638beaba2ce9d18da60ba84a7b16b137b6f4
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon, 14 Mar 2022 11:27:51 +0100

tools/emacs: fix consult errors

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mtools/emacs/config/config-completion.el | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/emacs/config/config-completion.el b/tools/emacs/config/config-completion.el @@ -163,7 +163,7 @@ instead." :config (consult-customize consult-ripgrep consult-git-grep consult-grep consult-bookmark consult-xref - consult--source-file consult--source-project-file consult--source-bookmark + consult--source-recent-file consult--source-project-recent-file consult--source-bookmark :preview-key (kbd "M-.")) (setq consult-async-input-debounce 0.5) (setq consult-async-input-throttle 0.8)