fix(wpcarro/emacs): Add missing :config to use-package for tvl.el

This should prevent me from manually calling `(require 'tvl)`.

Change-Id: Idacd8c01aa037fa81b7457e022964f9f8bc9a49f
Reviewed-on: https://cl.tvl.fyi/c/depot/+/4542
Reviewed-by: wpcarro <wpcarro@gmail.com>
Autosubmit: wpcarro <wpcarro@gmail.com>
Tested-by: BuildkiteCI
This commit is contained in:
William Carroll 2021-12-22 12:45:47 -05:00 committed by clbot
parent 8f28b827a4
commit 3188fcb3cb

View file

@ -130,6 +130,7 @@
;; TVL depot stuff
(use-package tvl
:config
(customize-set-variable 'tvl-depot-path "/home/wpcarro/depot"))
;; perl-compatible regular expressions