README.md

March 19, 2023 ยท View on GitHub

EAF Camera

Camera application for the Emacs Application Framework.

Load application

Install EAF first, then add below code in your emacs config:

(add-to-list 'load-path "~/.emacs.d/site-lisp/emacs-application-framework/")
(require 'eaf)
(require 'eaf-camera)

The keybinding of EAF Camera.

KeyEvent
cjs_capture
<f12>open_devtools

Contents

  1. 0.1EAF Camera
  2. 0.2Load application
  3. 0.3The keybinding of EAF Camera.