This website works better with JavaScript.
Home
Explore
Help
Sign In
10sr
/
dotfiles-mirror
mirror of
https://github.com/10sr/dotfiles.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Update rg command
master
10sr
5 years ago
parent
b8b80c13d0
commit
99c688d3e8
Signed by:
10sr
GPG Key ID:
C384BB17CBB19347
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
emacs.el
+ 1
- 1
emacs.el
View File
@@ -1740,7 +1740,7 @@ condition to choose COMMAND when evaluated.")
;; ripgrep
("rg"
(executable-find "rg")
"rg -
-hidde
n --no-heading --smart-case ")
"rg -n
H
--no-heading --
color=always --hidden --glob '!.git/' --
smart-case
-M 1280
")
;; git grep
("gitgrep"
Write
Preview
Loading…
Cancel
Save