summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/main.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el
index 85f7042..9421e85 100644
--- a/emacs/.emacs.d/main.el
+++ b/emacs/.emacs.d/main.el
@@ -1361,6 +1361,7 @@ With two prefix arguments, write out the day and month name."
             (bind-key "M-y" #'counsel-yank-pop)
             (bind-key "C-x i" #'counsel-imenu)
             (bind-key "M-y" #'ivy-next-line ivy-minibuffer-map)
+            (setq counsel-ag-base-command "ag --nocolor --nogroup --hidden %s")
             (defadvice counsel-find-file (after find-file-sudo activate)
               "Find file as root if necessary."
               (when (and buffer-file-name