Grab all tree-sitter grammars
This commit is contained in:
parent
29b3bb4414
commit
ffd362fc89
2 changed files with 7 additions and 2 deletions
|
|
@ -21,7 +21,8 @@
|
|||
# Probably this is being overwritten by home-manager.
|
||||
#
|
||||
# TODO: Resolve the disparity.
|
||||
emacs-unstable
|
||||
((emacsPackagesFor emacs-unstable).emacsWithPackages
|
||||
(epkgs: with epkgs; [ treesit-grammars.with-all-grammars ]))
|
||||
notmuch mu isync
|
||||
keychain ledger gnupg
|
||||
ledger2beancount beancount
|
||||
|
|
|
|||
|
|
@ -95,7 +95,11 @@
|
|||
};
|
||||
|
||||
emacs = {
|
||||
package = pkgs.emacs-unstable;
|
||||
package = (
|
||||
(pkgs.emacsPackagesFor pkgs.emacs-unstable)
|
||||
.emacsWithPackages (epkgs: with epkgs; [
|
||||
treesit-grammars.with-all-grammars
|
||||
]));
|
||||
enable = true;
|
||||
extraPackages = epkgs: with epkgs; [
|
||||
mu4e
|
||||
|
|
|
|||
Loading…
Reference in a new issue