Skip to content

Commit

Permalink
README: Fix syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
wentasah authored Aug 30, 2021
1 parent 381d7f3 commit b236783
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Better integration of Julia REPL with Emacs vterm terminal.
## Installation

1. In Julia prompt type:
```julia
```
julia> ]develop https://github.com/wentasah/EmacsVterm.jl
```

Expand All @@ -20,8 +20,9 @@ Better integration of Julia REPL with Emacs vterm terminal.
3. Configure [julia-repl](https://github.com/tpapp/julia-repl) to use
the `vterm` backend by putting:

(julia-repl-set-terminal-backend 'vterm)
```elisp
(julia-repl-set-terminal-backend 'vterm)
```
to your Emacs config.

## Features
Expand Down

2 comments on commit b236783

@wentasah
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/43848

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.0 -m "<description of version>" b236783f10f574b341695c184bfa6b1d3e6e92c6
git push origin v0.1.0

Please sign in to comment.