Skip to content

Commit 9d30a38

Browse files
authored
Merge pull request #1598 from quarto-dev/sync-1596-to-prerelease
[Sync to prerelease] fix(emacs): typo
2 parents 92b10c8 + 1d078eb commit 9d30a38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/computations/r.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ You can read more about using VS Code in [Tools: VS Code](/docs/tools/vscode.qmd
124124
The [quarto-mode](https://melpa.org/#/quarto-mode) MELPA package is an Emacs mode for editing Quarto documents. Install `quarto-mode` as follows:
125125

126126
``` default
127-
M-x refresh-package-contents
128-
M-x install-package
127+
M-x package-refresh-contents
128+
M-x package-install
129129
quarto-mode
130130
```
131131

0 commit comments

Comments
 (0)