refactor(users/grfn): Rename gws.fyi -> web

Change-Id: Icdee0caa3a053958750d4b81853dbc3eee5b193a
Reviewed-on: https://cl.tvl.fyi/c/depot/+/9973
Tested-by: BuildkiteCI
Reviewed-by: grfn <grfn@gws.fyi>
Autosubmit: grfn <grfn@gws.fyi>
This commit is contained in:
Aspen Smith 2023-11-06 10:41:10 -05:00 committed by clbot
parent f3dea2ffbc
commit 1027754b86
11 changed files with 7 additions and 9 deletions

6
users/grfn/web/config.el Normal file
View file

@ -0,0 +1,6 @@
(require 'org)
(setq org-html-postamble nil)
(defadvice org-export-grab-title-from-buffer
(around org-export-grab-title-from-buffer-disable activate))