diff options
author | John Turner <jturner.usa+gentoo@gmail.com> | 2021-09-29 21:37:25 -0400 |
---|---|---|
committer | John Turner <jturner.usa+gentoo@gmail.com> | 2021-09-29 21:37:25 -0400 |
commit | 8c8025d9f6c93e757a94e2f75b824ff4a8706029 (patch) | |
tree | f7f501eff311d01fd371425af073e24c13f0e248 /app-emacs/treemacs/metadata.xml | |
download | ebuilds-8c8025d9f6c93e757a94e2f75b824ff4a8706029.tar.gz |
init
Diffstat (limited to 'app-emacs/treemacs/metadata.xml')
-rw-r--r-- | app-emacs/treemacs/metadata.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/app-emacs/treemacs/metadata.xml b/app-emacs/treemacs/metadata.xml new file mode 100644 index 0000000..1c1e92c --- /dev/null +++ b/app-emacs/treemacs/metadata.xml @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person" proxied="yes"> + <email>jturner.usa+gentoo@gmail.com</email> + <name>John Turner</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> + <upstream> + <remote-id type="github">Alexander-Miller/treemacs</remote-id> + <doc>https://github.com/Alexander-Miller/treemacs/blob/master/README.org</doc> + </upstream> + <longdescription> + A file and project explorer similar to NeoTree or vim’s NerdTree, + but largely inspired by the Project Explorer in Eclipse. + It shows the file system outlines of your projects in a + simple tree layout allowing quick navigation and exploration, + while also possessing basic file management utilities. + </longdescription> + <use> + <flag name="evil">Enable support for evil-mode keybinds and navagation</flag> + <flag name="magit">Enable treemacs to be informed of git state changes applied from magit</flag> + <flag name="icons-dired">Enable treemacs icons in dired buffers</flag> + </use> +</pkgmetadata> |