Packages build!

This commit is contained in:
2024-09-07 00:24:08 +03:00
parent 4d29cc73b2
commit f8a16189f0
30 changed files with 1584 additions and 446 deletions
+29
View File
@@ -0,0 +1,29 @@
{
orgTrivialBuild,
epkgs
}:
orgTrivialBuild {
pname = "azos-emacs-base";
version = "0.1.6";
src = ./elisp/azos-emacs-base.org;
packageRequires = with epkgs; [
evil
evil-collection
magit
undo-tree
ivy
ivy-hydra
ivy-avy
counsel
counsel-tramp
counsel-projectile
swiper
projectile
which-key
yasnippet
evil-nerd-commenter
company
olivetti #FLYCHECK PANDOC
dired-subtree
];
}