Identation and comment
This commit is contained in:
parent
ae02f676d4
commit
e1a0b1066e
1 changed files with 7 additions and 6 deletions
|
|
@ -12,11 +12,12 @@ inputs:
|
||||||
})
|
})
|
||||||
|
|
||||||
(final: prev: {
|
(final: prev: {
|
||||||
myEmacs =
|
# final.emacs-git, final.emacs-unstable, or final.emacs-igc
|
||||||
((prev.emacsPackagesFor final.emacs-unstable)
|
myEmacs =
|
||||||
.emacsWithPackages (epkgs: with epkgs; [
|
((prev.emacsPackagesFor final.emacs-unstable)
|
||||||
treesit-grammars.with-all-grammars
|
.emacsWithPackages (epkgs: with epkgs; [
|
||||||
mu4e
|
treesit-grammars.with-all-grammars
|
||||||
]));
|
mu4e
|
||||||
|
]));
|
||||||
})
|
})
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue