Skip to content

Commit

Permalink
Add demo
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Dec 1, 2022
1 parent c002937 commit 8db2f1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
[![CI](https://github.com/emacs-vs/company-paths/actions/workflows/test.yml/badge.svg)](https://github.com/emacs-vs/company-paths/actions/workflows/test.yml)

<img alt="screenshot" src="./etc/demo.png"/>

## 💾 Quickstart

```elisp
Expand All @@ -15,7 +17,7 @@

## 🔨 Configurations

* company-paths-complete-with-children - Non-nil to include children in the completion. (Default: `nil`)
* `company-paths-complete-with-children` - Non-nil to include children in the completion. (Default: `nil`)
* `company-paths-use-full-path` - Non-nil to include children in the completion. (Default: `nil`)
* `company-paths-annotation-folder` - Annotation string to indicate folder. (Default: `"📁"`)
* `company-paths-annotation-file` - Annotation string to indicate file. (Default: `"🗎"`)
Expand Down
Binary file added etc/demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8db2f1d

Please sign in to comment.