about summary refs log tree commit diff
path: root/users
diff options
context:
space:
mode:
authorGriffin Smith <grfn@gws.fyi>2020-06-16T02·39-0400
committerglittershark <grfn@gws.fyi>2020-06-16T02·45+0000
commit5ae449dcccc97c67d9ef239e089b4552a579114a (patch)
tree36a94fe980712833287587b3a5ff1a3741f005f8 /users
parent77de9c62303f4db16e50ac3c1871b01f1c98e14d (diff)
feat(gws.fyi): add org config file r/988
Change-Id: Ie4c7f3648cb2ee5150d8bcab8f8ebcd51c851869
Reviewed-on: https://cl.tvl.fyi/c/depot/+/422
Reviewed-by: glittershark <grfn@gws.fyi>
Diffstat (limited to 'users')
-rw-r--r--users/glittershark/gws.fyi/config.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/users/glittershark/gws.fyi/config.el b/users/glittershark/gws.fyi/config.el
new file mode 100644
index 0000000000..d11f0e309d
--- /dev/null
+++ b/users/glittershark/gws.fyi/config.el
@@ -0,0 +1,3 @@
+(require 'org)
+
+(setq org-html-postamble nil)