Skip to content

Commit c15ec8b

Browse files
authored
Merge pull request #1596 from mcanouil/patch-3
fix(emacs): typo
2 parents 3bed2cc + d5ee2a8 commit c15ec8b

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)