aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authororeodave <aryadevchavali1@gmail.com>2019-11-25 16:50:29 +0000
committeroreodave <aryadevchavali1@gmail.com>2019-11-25 16:50:29 +0000
commitc3b3cf97f4c555196cfca4213281f09ee843a394 (patch)
treeda57e04664048f6817120ff5e81ec3c13d084f81
parent7f154120fc04ee82f5092c21246b9601e4057205 (diff)
downloaddotfiles-c3b3cf97f4c555196cfca4213281f09ee843a394.tar.gz
dotfiles-c3b3cf97f4c555196cfca4213281f09ee843a394.tar.bz2
dotfiles-c3b3cf97f4c555196cfca4213281f09ee843a394.zip
-removed ag
Ag is not supported by doom, and I personally use ripgrep a lot more
-rw-r--r--doom.d/config.org1
1 files changed, 0 insertions, 1 deletions
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" "<SPC>" '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 <SPC>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