This repository provides the radial space-filling visualization for the Emacs Application Framework.
- Install EAF
- Install eaf-sunburst: switch to directory emacs-application-framework, execute command
./install-eaf.py --install sunburst
- Then add below code in your emacs config:
(add-to-list 'load-path "~/.emacs.d/site-lisp/emacs-application-framework/")
(require 'eaf)
(require 'eaf-sunburst)
eaf-open-sunburst
will popup radial space-filling visualization, it's useful to analyze data from Emacs, such as, profiler-report, start-time etc.