Skip to content

Commit 2f7b072

Browse files
committed
add usage
1 parent 937870b commit 2f7b072

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@
66
77
[![CI](https://github.com/emacs-vs/vs-edit-mode/actions/workflows/test.yml/badge.svg)](https://github.com/emacs-vs/vs-edit-mode/actions/workflows/test.yml)
88

9+
## 🔨 Usage
10+
11+
Place the following code to your `init.el`:
12+
13+
```elisp
14+
(vs-edit-mode 1)
15+
```
16+
17+
Or just `M-x vs-edit-mode`!
18+
919
## Contribute
1020

1121
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com)

0 commit comments

Comments
 (0)