From c3b3cf97f4c555196cfca4213281f09ee843a394 Mon Sep 17 00:00:00 2001 From: oreodave Date: Mon, 25 Nov 2019 16:50:29 +0000 Subject: -removed ag Ag is not supported by doom, and I personally use ripgrep a lot more --- doom.d/config.org | 1 - 1 file changed, 1 deletion(-) diff --git a/doom.d/config.org b/doom.d/config.org index 96be27b..33e489e 100644 --- a/doom.d/config.org +++ b/doom.d/config.org @@ -350,7 +350,6 @@ in Doom, so I need this binding :desc "M-x" "" 'counsel-M-x ; Redefine as M-x because of my muscle memory with spacemacs :desc "Find file here" "f." 'counsel-find-file ; Sometimes use this instead of ff (:prefix ("/" . "search") - :desc "Ag!" "a" '+ivy/ag :desc "FZF!" "f" 'counsel-fzf ; Just in case I need a counsel-ui for a gitignored directory :desc "RipGrep!" "r" 'counsel-rg ; Ripgrep is faster than Ag in most cases and makes me feel cool :desc "Search Tags" "t" 'counsel-etags-find-tag -- cgit v1.2.3-13-gbd6f