/eaf-demo

EAF app demo based on PyQt

Primary LanguageEmacs LispGNU General Public License v3.0GPL-3.0

EAF Demo

This repository provides the EAF Demo 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-demo)