We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4145608 commit 7d66a20Copy full SHA for 7d66a20
README.md
@@ -9,6 +9,16 @@ This package extends [company-quickhelp'](https://github.com/expez/company-quick
9
for terminal support using [popup](https://github.com/auto-complete/popup-el).
10
11
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
22
## Contribution
23
24
If you would like to contribute to this project, you may either
0 commit comments