Skip to content

Commit 844e775

Browse files
committed
Org and relink image.
1 parent 811a532 commit 844e775

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
[![MELPA Stable](https://stable.melpa.org/packages/helm-file-preview-badge.svg)](https://stable.melpa.org/#/helm-file-preview)
44
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
55

6-
76
# helm-file-preview
87
> Preview the current helm file selection.
98
@@ -18,14 +17,13 @@ actually pointing to by showing the file in the previous window.
1817

1918
| helm-ag | helm-gtags |
2019
|:---:|:---:|
21-
|<img src="./screenshot/helm-ag-preview-demo.gif"/> | <img src="./screenshot/helm-gtags-preview-demo.gif"/>|
20+
|<img src="./etc/helm-ag-preview-demo.gif"/> | <img src="./etc/helm-gtags-preview-demo.gif"/>|
2221

2322
Few differences to `helm-follow-mode`.
2423
* Decouple from `helm-source`.
2524
* Customize once, works across all packages that use `helm`'s interface.
2625
* Preview instead of opening files.
2726

28-
2927
## Usage
3028

3129
Add these lines to somewhere in your Emacs config.
@@ -40,7 +38,6 @@ Or if you are using `use-package`.
4038
(helm-file-preview-mode 1))
4139
```
4240

43-
4441
## Customization
4542

4643
Turn off this if you want to preview the file no matter what.
@@ -62,7 +59,6 @@ opened then you should set to `nil`.
6259
(setq helm-file-preview-preview-only t)
6360
```
6461

65-
6662
## Contribution
6763

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

0 commit comments

Comments
 (0)