Comments/whitespace before comments

This commit is contained in:
David Morgan 2022-10-17 16:22:01 +01:00
parent fff37a6c3f
commit 55526114ef
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 14 additions and 14 deletions

View File

@ -285,7 +285,7 @@ DEFS is a plist associating completion categories to commands."
(define-key search-map (kbd "M-f") 'consult-locate)
(define-key search-map "g" 'consult-grep)
(define-key search-map "G" 'consult-git-grep)
(define-key search-map "r" 'consult-ripgrep)
(define-key search-map "r" 'consult-ripgrep) ;; TODO doesn't work in isearch mode (but maybe that's okay)
(define-key search-map "R" 'consult-ripgrep-auto-preview)
(define-key search-map (kbd "M-r") 'consult-ripgrep-unrestricted)
(define-key search-map "*" 'consult-ripgrep-symbol-at-point)