Skip to content

Commit

Permalink
Merge pull request #410 from m-cat/add-installation-note
Browse files Browse the repository at this point in the history
Add note to Installation section about rust-analyzer
  • Loading branch information
brotzeit authored Jun 1, 2022
2 parents d363ace + 207f614 commit 2c5b46e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ rustic namespace for backwards compatability reasons(rustic has been a fork).

## Installation

First, you may need to install `rust-analyzer`. See [Automatic server installation](#automatic-server-installation).

Simply put `(use-package rustic)` in your config and most stuff gets
configured automatically.
([use-package](https://github.com/jwiegley/use-package))
Expand All @@ -117,7 +119,7 @@ installing
[gnu-elpa-keyring-update](https://elpa.gnu.org/packages/gnu-elpa-keyring-update.html).

If you can't run rust-analyzer or cargo can't be found, your
environment variables probably don't work in emacs. Try
environment variables probably don't work in emacs. Try
[exec-path-from-shell](https://github.com/purcell/exec-path-from-shell/tree/81125c5adbc903943c016c2984906dc089372a41#usage)
to fix this.

Expand Down

0 comments on commit 2c5b46e

Please sign in to comment.