19 lines
508 B
Markdown
19 lines
508 B
Markdown
### EAF Camera
|
|
|
|
Camera 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-camera)
|
|
```
|
|
|
|
### The keybinding of EAF Camera.
|
|
|
|
| Key | Event |
|
|
| :---- | :------ |
|
|
| `p` | take_photo |
|