emacs: add all treesit-grammars

This commit is contained in:
Charlie Root 2024-09-26 00:31:24 +02:00
commit 2f2c7be0a5

View file

@ -22,6 +22,7 @@
.emacsWithPackages (epkgs: .emacsWithPackages (epkgs:
with epkgs; [ with epkgs; [
vterm vterm
treesit-grammars.with-all-grammars
]); ]);
in { in {
config = mkIf cfg.enable { config = mkIf cfg.enable {
@ -43,7 +44,6 @@ in {
(mkIf (config.programs.gnupg.agent.enable) (mkIf (config.programs.gnupg.agent.enable)
pinentry-emacs) # in-emacs gnupg prompts pinentry-emacs) # in-emacs gnupg prompts
zstd # for undo-fu-session/undo-tree compression zstd # for undo-fu-session/undo-tree compression
## Module dependencies ## Module dependencies
# :email mu4e # :email mu4e
mu mu