el-get/recipes/treemacs-evil.rcp

9 lines
295 B
Plaintext
Raw Permalink Normal View History

2019-12-09 03:18:56 +08:00
(:name treemacs-evil
:description "Evil integration for treemacs"
:type github
:pkgname "Alexander-Miller/treemacs"
:build (("cp" "src/extra/treemacs-evil.el" ".")
("rm" "-rf" "src"))
:compile "treemacs-evil.el"
:depends (treemacs evil))