about summary refs log tree commit diff
path: root/users/wpcarro/emacs
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2021-12-22T17·45-0500
committerclbot <clbot@tvl.fyi>2021-12-22T17·48+0000
commit3188fcb3cb0e8cb5d819486e096b771528cb0fda (patch)
tree4681367335b83d701dade876a7f70c29c23b9493 /users/wpcarro/emacs
parent8f28b827a47aa54394f7865aa97dbc3e8190864a (diff)
fix(wpcarro/emacs): Add missing :config to use-package for tvl.el r/3336
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
Diffstat (limited to 'users/wpcarro/emacs')
-rw-r--r--users/wpcarro/emacs/.emacs.d/wpc/wpc-misc.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/users/wpcarro/emacs/.emacs.d/wpc/wpc-misc.el b/users/wpcarro/emacs/.emacs.d/wpc/wpc-misc.el
index 77ecd3e92e..db5260fed7 100644
--- a/users/wpcarro/emacs/.emacs.d/wpc/wpc-misc.el
+++ b/users/wpcarro/emacs/.emacs.d/wpc/wpc-misc.el
@@ -130,6 +130,7 @@
 
 ;; TVL depot stuff
 (use-package tvl
+  :config
   (customize-set-variable 'tvl-depot-path "/home/wpcarro/depot"))
 
 ;; perl-compatible regular expressions