about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGriffin Smith <grfn@gws.fyi>2021-10-30T16·14-0400
committergrfn <grfn@gws.fyi>2021-10-30T17·16+0000
commitddfea5aca0d227f560fcbb4034a34f28ae40dd08 (patch)
treeca4360cee5e9e95f498a1859885e469ae7399deb
parent61802fe1064f96b5d723650d06072a6347a0748e (diff)
fix(gs/emacs): Fix directory for xanthous capture template r/2995
Change-Id: Ie06086f919656a3ad3673934a1f1c2d266622621
Reviewed-on: https://cl.tvl.fyi/c/depot/+/3765
Reviewed-by: grfn <grfn@gws.fyi>
Tested-by: BuildkiteCI
-rw-r--r--users/grfn/emacs.d/org-config.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/grfn/emacs.d/org-config.el b/users/grfn/emacs.d/org-config.el
index d81d073dab..8258ae6a02 100644
--- a/users/grfn/emacs.d/org-config.el
+++ b/users/grfn/emacs.d/org-config.el
@@ -100,7 +100,7 @@
    )
 
  org-capture-templates-contexts
- `(("px" ((in-file . "/home/griffin/code/xanthous/.*"))))
+ `(("px" ((in-file . "/home/grfn/code/depot/users/grfn/xanthous/.*"))))
 
  org-deadline-warning-days 1
  org-agenda-skip-scheduled-if-deadline-is-shown 'todo