about summary refs log tree commit diff
path: root/users
diff options
context:
space:
mode:
authorAspen Smith <root@gws.fyi>2024-03-31T17·48-0400
committerclbot <clbot@tvl.fyi>2024-03-31T17·56+0000
commita22a82c1a48a242cde1020c23a7b2cc963aa0921 (patch)
treeaaca45edc71089d3777404fb81f709d3bcc0175e /users
parentd5acb178b2f2fa23215a091a135f94efa631514d (diff)
feat(aspen/emacs): Actually require tvl r/7809
Change-Id: I67be0eaa48c6b2a3df59fd4b384409c3952eff3a
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11298
Autosubmit: aspen <root@gws.fyi>
Reviewed-by: aspen <root@gws.fyi>
Tested-by: BuildkiteCI
Diffstat (limited to 'users')
-rw-r--r--users/aspen/emacs/config.org6
1 files changed, 6 insertions, 0 deletions
diff --git a/users/aspen/emacs/config.org b/users/aspen/emacs/config.org
index e96d9cd7b9..ce7a4fe77f 100644
--- a/users/aspen/emacs/config.org
+++ b/users/aspen/emacs/config.org
@@ -1277,6 +1277,12 @@ nil
 | doom--customize-themes-h-91 | doom--customize-themes-h-92 | doom--customize-themes-h-93 | doom--customize-themes-h-94 | doom--customize-themes-h-95 | doom--customize-themes-h-96 | doom--customize-themes-h-97 | doom--customize-themes-h-98 | doom--customize-themes-h-99 | doom--customize-themes-h-100 |
 
 * Misc
+** TVL
+#+begin_src emacs-lisp :tangle yes
+(require 'tvl)
+#+end_src
+
+
 ** Matchit
 #+begin_src elisp :tangle yes
 (use-package! evil-matchit)