Emacs kdl-ts-mode

This commit is contained in:
Andrea Ciceri 2025-01-08 15:19:59 +01:00
parent b67be71d21
commit b7c77998f3
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
3 changed files with 18 additions and 1 deletions

View file

@ -78,6 +78,16 @@ let
cp -r $src/data $LISPDIR
'';
};
kdl-ts-mode = buildEmacsPackage {
name = "kdl-ts-mode";
src = pkgs.fetchFromGitHub {
owner = "dataphract";
repo = "kdl-ts-mode";
rev = "3dbf116cd19261d8d70f456ae3385e1d20208452";
hash = "sha256-4bfKUzzLhBFg4TeGQD0dClumcO4caIBU8/uRncFVVFQ=";
};
deps = [ ];
};
};
# *List* containing emacs packages from (M)ELPA