Remove mention of the_silver_searcher from README

And mention emacs/ripgrep deps in quickstart instructions.
This commit is contained in:
Henrik Lissner 2020-01-05 16:06:02 -05:00
parent f26b148b2b
commit e8cd89e451
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -31,6 +31,7 @@
**Quick start** **Quick start**
```bash ```bash
# Install emacs and ripgrep through your package manager, then...
git clone https://github.com/hlissner/doom-emacs ~/.emacs.d git clone https://github.com/hlissner/doom-emacs ~/.emacs.d
~/.emacs.d/bin/doom install ~/.emacs.d/bin/doom install
``` ```
@ -104,8 +105,7 @@ to learn more about our favorite OS.
integration. Let someone else argue about tabs vs **\_\***spaces**\*\_**. integration. Let someone else argue about tabs vs **\_\***spaces**\*\_**.
- Project-management tools and framework-specific minor modes with their own - Project-management tools and framework-specific minor modes with their own
snippets libraries. snippets libraries.
- Project search (and replace) utilities, powered by - Project search (and replace) utilities, powered by [ripgrep][url:ripgrep].
[the_silver_searcher][url:the_silver_searcher] or [ripgrep][url:ripgrep].
- Isolated and persistent workspaces (also substitutes for vim tabs). - Isolated and persistent workspaces (also substitutes for vim tabs).
- An environment variables file generator and loader, so that Emacs can - An environment variables file generator and loader, so that Emacs can
perfectly inherit your shell configuration. perfectly inherit your shell configuration.
@ -174,5 +174,4 @@ you can do to help; I welcome any contribution!
[url:editorconfig]: http://editorconfig.org/ [url:editorconfig]: http://editorconfig.org/
[url:evil-mode]: https://github.com/emacs-evil/evil [url:evil-mode]: https://github.com/emacs-evil/evil
[url:ripgrep]: https://github.com/BurntSushi/ripgrep [url:ripgrep]: https://github.com/BurntSushi/ripgrep
[url:the_silver_searcher]: https://github.com/ggreer/the_silver_searcher
[url:straight]: https://github.com/raxod502/straight.el [url:straight]: https://github.com/raxod502/straight.el