From 5a72f5e349aaa6dcbc13ad9efa8d9f5cfef4ae47 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Sun, 10 Dec 2023 10:35:58 +0200 Subject: emacs:(tools) Update keybinding for consult-locate --- .emacs.d/modules/thanos-tools.el | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to '.emacs.d/modules/thanos-tools.el') diff --git a/.emacs.d/modules/thanos-tools.el b/.emacs.d/modules/thanos-tools.el index 27eb8cb..d072525 100644 --- a/.emacs.d/modules/thanos-tools.el +++ b/.emacs.d/modules/thanos-tools.el @@ -77,14 +77,12 @@ "s" #'consult-line "C-f" #'consult-find "C-g" #'consult-grep - "C-i" #'consult-info) + "C-i" #'consult-info + "C-l" #'consult-locate) (define-key global-map (kbd "C-s") thanos/search) - (define-key project-prefix-map (kbd "b") 'consult-project-buffer) (define-key global-map (kbd "M-y") 'consult-yank-from-kill-ring) -(define-key global-map (kbd "C-c l") 'consult-locate) - (setf xref-show-xrefs-function #'consult-xref xref-show-definitions-function #'consult-xref) -- cgit v1.2.3