about summary refs log tree commit diff
path: root/users/glittershark/emacs.d/config.el
diff options
context:
space:
mode:
authorGriffin Smith <grfn@gws.fyi>2020-08-17T17·23-0400
committerglittershark <grfn@gws.fyi>2020-08-17T18·00+0000
commit16302df20a1559b8d26f84d87268e891687afb63 (patch)
treefe8bb699888a5cdb603e9b9555aa9660cdfc820d /users/glittershark/emacs.d/config.el
parent6f5659c88b8159bf748c5015df3f79eda3d8f546 (diff)
feat(gs/emacs): Extract lisp config r/1663
Change-Id: I278c79e6e59c18c2f0e2d5307eefd9ff3c92a4be
Reviewed-on: https://cl.tvl.fyi/c/depot/+/1766
Reviewed-by: glittershark <grfn@gws.fyi>
Tested-by: BuildkiteCI
Diffstat (limited to 'users/glittershark/emacs.d/config.el')
-rw-r--r--users/glittershark/emacs.d/config.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/users/glittershark/emacs.d/config.el b/users/glittershark/emacs.d/config.el
index 054f954287..91100017c3 100644
--- a/users/glittershark/emacs.d/config.el
+++ b/users/glittershark/emacs.d/config.el
@@ -30,6 +30,7 @@
 (load! "nix")
 (load! "email")
 (load! "cpp")
+(load! "lisp")
 
 (require 's)
 (require 'tvl)