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.