├── .github └── workflows │ └── melpazoid.yml ├── .gitignore ├── LICENSE ├── README.org ├── images ├── persistent1.gif └── screenshot1.jpg └── org-side-tree.el /.github/workflows/melpazoid.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/localauthor/org-side-tree/HEAD/.github/workflows/melpazoid.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/localauthor/org-side-tree/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/localauthor/org-side-tree/HEAD/LICENSE -------------------------------------------------------------------------------- /README.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/localauthor/org-side-tree/HEAD/README.org -------------------------------------------------------------------------------- /images/persistent1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/localauthor/org-side-tree/HEAD/images/persistent1.gif -------------------------------------------------------------------------------- /images/screenshot1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/localauthor/org-side-tree/HEAD/images/screenshot1.jpg -------------------------------------------------------------------------------- /org-side-tree.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/localauthor/org-side-tree/HEAD/org-side-tree.el --------------------------------------------------------------------------------