feat(wpcarro/emacs): Install tvl Elisp
All I know is that this extends my magit configuration for Gerrit support. Change-Id: I35c9a264ff25ce6e08b7033e0e022d4047021f05 Reviewed-on: https://cl.tvl.fyi/c/depot/+/4357 Tested-by: BuildkiteCI Reviewed-by: wpcarro <wpcarro@gmail.com>
This commit is contained in:
parent
14d5dcbe8f
commit
305d813a2b
2 changed files with 8 additions and 0 deletions
|
|
@ -33,6 +33,10 @@ let
|
|||
emacsWithPackages = (emacsPackagesGen emacs27).emacsWithPackages;
|
||||
|
||||
wpcarrosEmacs = emacsWithPackages (epkgs:
|
||||
(with epkgs.tvlPackages; [
|
||||
tvl
|
||||
]) ++
|
||||
|
||||
(with epkgs.elpaPackages; [
|
||||
exwm
|
||||
]) ++
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue