README.md

March 1, 2025 ยท View on GitHub

EAF Mindmap

Mindmap application for the Emacs Application Framework.

Base on Mind Elixir

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-mind-elixir)

The keybinding of EAF Mind Elixir.

KeyEvent
<f12>open_devtools
M-rjs_edit_current_topic
M-ffocus_root_node
C-c C-ssave_file
C--js_zoom_out
C-=js_zoom_in
C-0js_zoom_reset
C-x C-ypaste_to_node_topic
C-x C-wcopy_node_topic
C-feaf-send-right-key
C-beaf-send-left-key
C-neaf-send-down-key
C-peaf-send-up-key
C-meaf-send-return-key