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:
|
.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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue