Skip to content

Commit 7d66a20

Browse files
committed
Supply doc.
1 parent 4145608 commit 7d66a20

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
@@ -9,6 +9,16 @@ This package extends [company-quickhelp'](https://github.com/expez/company-quick
99
for terminal support using [popup](https://github.com/auto-complete/popup-el).
1010

1111

12+
## Usage
13+
14+
Just add these lines of code to your configuration, then it should be good to go.
15+
16+
```el
17+
(with-eval-after-load 'company-quickhelp
18+
(require 'company-quickhelp-terminal))
19+
```
20+
21+
1222
## Contribution
1323

1424
If you would like to contribute to this project, you may either

0 commit comments

Comments
 (0)