aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@tradeo.com>2015-01-07 17:37:13 +0200
committerBozhidar Batsov <bozhidar@tradeo.com>2015-01-07 17:37:13 +0200
commit93dceca4daa8161f4a8729f3a737c6c730a20d5a (patch)
tree32534ce61088804c5a8f5b247405bca7809e1e17 /README.md
parent5cf09c257a73853a5a25d5879f0478c3b36ff506 (diff)
[Fix #584] Drop ack support
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index e32643d..82be159 100644
--- a/README.md
+++ b/README.md
@@ -363,7 +363,6 @@ Keybinding | Description
<kbd>C-c p k</kbd> | Kills all project buffers.
<kbd>C-c p D</kbd> | Opens the root of the project in `dired`.
<kbd>C-c p e</kbd> | Shows a list of recently visited project files.
-<kbd>C-c p s a</kbd> | Runs `ack` on the project. Requires the presence of `ack-and-a-half`.
<kbd>C-c p s s</kbd> | Runs `ag` on the project. Requires the presence of `ag.el`.
<kbd>C-c p !</kbd> | Runs `shell-command` in the root directory of the project.
<kbd>C-c p &</kbd> | Runs `async-shell-command` in the root directory of the project.