Duplicated hl binds, ripgrep -L

This commit is contained in:
Hane 2024-07-15 18:13:52 +02:00
commit 6c93f2f9f7
7 changed files with 121 additions and 11 deletions

View file

@ -189,6 +189,13 @@
;; Remapping save commit in Magit
(define-key with-editor-mode-map (kbd "C-c C-c") nil)
;;Tell grep-find and ripgrep-regexp to follow symlinks
(grep-apply-setting
'grep-find-command
'("find -L . -type f -exec grep --color=auto -nH --null -e \{\} +" . 58))
;;
(define-key dired-mode-map (kbd "RET") 'dired-find-alternate-file)
(define-key dired-mode-map (kbd "a") 'dired-find-file)
@ -284,7 +291,8 @@
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(package-selected-packages
'(benchmark-init projectile-ripgrep helm-projectile projectile ssh-agency tangotango-theme)))
'(benchmark-init projectile-ripgrep ripgrep helm-projectile projectile ssh-agency tangotango-theme))
'(ripgrep-arguments '("--follow")))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.