From 56922fe7a19570c9d9480365982627863b6e0b28 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Sat, 22 Sep 2018 23:05:31 +0900 Subject: [PATCH] Include hidden files for ripgrep search target --- emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index e94eb29..13bb490 100644 --- a/emacs.el +++ b/emacs.el @@ -1456,7 +1456,7 @@ condition to choose COMMAND when evaluated.") ;; ripgrep ("rg" (executable-find "rg") - "rg --no-heading --smart-case ") + "rg --hidden --no-heading --smart-case ") ;; git grep ("gitgrep"