Enable emacs-lsp-booster

This commit is contained in:
Andrea Ciceri 2025-02-27 14:05:13 +07:00
parent d8f1e5318a
commit 88ada5d28d
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
3 changed files with 15 additions and 0 deletions

View file

@ -98,6 +98,16 @@ let
};
deps = [ ];
};
eglot-booster = buildEmacsPackage {
name = "eglot-booster";
src = pkgs.fetchFromGitHub {
owner = "jdtsmith";
repo = "eglot-booster";
rev = "e6daa6bcaf4aceee29c8a5a949b43eb1b89900ed";
hash = "sha256-PLfaXELkdX5NZcSmR1s/kgmU16ODF8bn56nfTh9g6bs=";
};
deps = [ ];
};
};
# *List* containing emacs packages from (M)ELPA