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

emacs-eaf/eaf-sunburst

Repository files navigation

EAF Sunburst

This repository provides the radial space-filling visualization for the Emacs Application Framework.

Install

  1. Install EAF
  2. Install eaf-sunburst: switch to directory emacs-application-framework, execute command ./install-eaf.py --install sunburst
  3. 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)

Usage

eaf-open-sunburst will popup radial space-filling visualization, it's useful to analyze data from Emacs, such as, profiler-report, start-time etc.

About

Radial space-filling visualization for Emacs data analyze

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published