Skip to content

Commit 1d078eb

Browse files
mcanouilgithub-actions[bot]
authored andcommitted
fix(emacs): typo
Fixes quarto-dev/quarto-cli#12411 (cherry picked from commit d5ee2a8)
1 parent 92b10c8 commit 1d078eb

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)