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:
William Carroll 2021-12-16 00:13:47 -05:00 committed by wpcarro
parent 14d5dcbe8f
commit 305d813a2b
2 changed files with 8 additions and 0 deletions

View file

@ -128,6 +128,10 @@
;; http
(use-package request)
;; TVL depot stuff
(use-package tvl
(customize-set-variable 'tvl-depot-path "/home/wpcarro/depot"))
;; perl-compatible regular expressions
(use-package pcre2el)

View file

@ -33,6 +33,10 @@ let
emacsWithPackages = (emacsPackagesGen emacs27).emacsWithPackages;
wpcarrosEmacs = emacsWithPackages (epkgs:
(with epkgs.tvlPackages; [
tvl
]) ++
(with epkgs.elpaPackages; [
exwm
]) ++