Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

emacs-eaf/eaf-vue-mindmap

Repository files navigation

EAF Vue Mindmap

This repository provides the EAF Vue Mindmap 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-vue-mindmap)