summary refs log tree commit diff stats
path: root/user/emacs/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'user/emacs/init.el')
-rw-r--r--user/emacs/init.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/user/emacs/init.el b/user/emacs/init.el
index af8310d7..259d48ae 100644
--- a/user/emacs/init.el
+++ b/user/emacs/init.el
@@ -244,7 +244,10 @@ With two prefix arguments, write out the day and month name."
   :general ([remap isearch-forward] #'consult-line
             [remap isearch-backward] #'consult-line
             [remap project-switch-to-buffer] #'consult-project-buffer
-            [remap project-search] #'consult-ripgrep))
+            [remap project-search] #'consult-ripgrep)
+  :config (progn
+            (setq consult-ripgrep-args
+                  "rg --null --line-buffered --color=never --max-columns=1000 --path-separator /   --smart-case --no-heading --with-filename --line-number --search-zip --follow")))
 
 (use-package smerge-mode
   :after magit