From 5921b99b2dc69ed762432926d091413a2b43b0b3 Mon Sep 17 00:00:00 2001 From: cspark Date: Thu, 5 Mar 2026 20:14:52 +0000 Subject: [PATCH] Global file find command --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index 46aed28..7f02e07 100644 --- a/init.el +++ b/init.el @@ -374,6 +374,7 @@ :config (define-key global-map [remap isearch-forward] 'consult-ripgrep) (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.