emacs: add all treesit-grammars
This commit is contained in:
parent
7a72f025ae
commit
2f2c7be0a5
1 changed files with 1 additions and 1 deletions
|
@ -22,6 +22,7 @@
|
|||
.emacsWithPackages (epkgs:
|
||||
with epkgs; [
|
||||
vterm
|
||||
treesit-grammars.with-all-grammars
|
||||
]);
|
||||
in {
|
||||
config = mkIf cfg.enable {
|
||||
|
@ -43,7 +44,6 @@ in {
|
|||
(mkIf (config.programs.gnupg.agent.enable)
|
||||
pinentry-emacs) # in-emacs gnupg prompts
|
||||
zstd # for undo-fu-session/undo-tree compression
|
||||
|
||||
## Module dependencies
|
||||
# :email mu4e
|
||||
mu
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue