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:
parent
8f28b827a4
commit
3188fcb3cb
1 changed files with 1 additions and 0 deletions
|
@ -130,6 +130,7 @@
|
||||||
|
|
||||||
;; TVL depot stuff
|
;; TVL depot stuff
|
||||||
(use-package tvl
|
(use-package tvl
|
||||||
|
:config
|
||||||
(customize-set-variable 'tvl-depot-path "/home/wpcarro/depot"))
|
(customize-set-variable 'tvl-depot-path "/home/wpcarro/depot"))
|
||||||
|
|
||||||
;; perl-compatible regular expressions
|
;; perl-compatible regular expressions
|
||||||
|
|
Loading…
Reference in a new issue