Global file find command

This commit is contained in:
Curt Spark 2026-03-05 20:14:52 +00:00
parent 01e672b34e
commit 5921b99b2d
1 changed files with 1 additions and 0 deletions

View File

@ -374,6 +374,7 @@
:config :config
(define-key global-map [remap isearch-forward] 'consult-ripgrep) (define-key global-map [remap isearch-forward] 'consult-ripgrep)
(define-key global-map [remap switch-to-buffer] 'consult-buffer) (define-key global-map [remap switch-to-buffer] 'consult-buffer)
(define-key global-map [remap set-fill-column] 'consult-fd)
) )
;; Persist history over Emacs restarts. Vertico sorts by history position. ;; Persist history over Emacs restarts. Vertico sorts by history position.