Skip to content

Added Emacs Tips Documentation #3247

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Aug 1, 2022
Prev Previous commit
Next Next commit
docs: typo
  • Loading branch information
Mainstay-Noah-Huppert committed Jul 27, 2022
commit 7b917e831e352737daf45b2e58f90f9e6858701c
2 changes: 1 addition & 1 deletion docs/ides/configuring-emacs-tramp.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To fix this:
```bash
hostname coder.<name>
```
This can also be done in the workspace Terraform template by setting workspace isntance's hostname to the data `coder_workspace.name` attribute. How this is done depends on how the instance is provisioned.
This can also be done in the workspace Terraform template by setting workspace instance's hostname to the data `coder_workspace.name` attribute. How this is done depends on how the instance is provisioned.
3. Next in the shell profile file on the workspace (ex., `~/.bashrc`) add the following:
```bash
ansi_term_announce_host() {
Expand Down