Skip to content

Commit

Permalink
🐛 consult-ripgrep の結果が重複する問題を修正する
Browse files Browse the repository at this point in the history
minad/consult@f32168a の変更に追従
  • Loading branch information
yewton committed Feb 19, 2024
1 parent fd433d8 commit 188179d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/toncs-config.org
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ FEATURE の読み込み前に設定しておきたい変数の初期化処理や

(setq consult-project-function (lambda (_) (projectile-project-root)))
(setq consult--regexp-compiler #'consult--migemo-regexp-compiler)
(setq consult-ripgrep-args "rg --null --line-buffered --color=never --max-columns=1000 --max-columns-preview --path-separator / --smart-case --no-heading --line-number .")
(setq consult-ripgrep-args "rg --null --line-buffered --color=never --max-columns=1000 --max-columns-preview --path-separator / --smart-case --no-heading --with-filename --line-number --search-zip")

(consult-customize
consult-line
Expand Down

0 comments on commit 188179d

Please sign in to comment.