Files
emacs/lisp/emacs-application-framework/app/file-sender/README.md
2022-01-04 15:21:47 +01:00

19 lines
667 B
Markdown

# EAF File Sender
This repository provides the EAF File Sender application for the [Emacs Application Framework](https://github.com/emacs-eaf/emacs-application-framework).
### Load application
[Install EAF](https://github.com/emacs-eaf/emacs-application-framework#install) first, then add below code in your emacs config:
```Elisp
(add-to-list 'load-path "~/.emacs.d/site-lisp/emacs-application-framework/")
(require 'eaf)
(require 'eaf-file-sender)
```
### Dependency List
| Package | Description |
| :-------- | :------ |
| python-qrcode | Render QR code pointing to local files |