about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGriffin Smith <grfn@gws.fyi>2020-06-28T23·41-0400
committerglittershark <grfn@gws.fyi>2020-06-28T23·41+0000
commite66ee1c8dc647f69a52c2cb63c6138c320b9f984 (patch)
tree08cdf7c51263bd70afe3ea9bdafaf257f86c7113
parent2b2e1152ceb8ac151f96f034f195288f1a44e597 (diff)
refactor(gs/emacs): Remove outdated capture templates r/1114
Change-Id: I8f2deb21f8edf46768cfe9346c70bb9b63ba76e4
Reviewed-on: https://cl.tvl.fyi/c/depot/+/729
Reviewed-by: glittershark <grfn@gws.fyi>
-rw-r--r--users/glittershark/emacs.d/org-config.el14
1 files changed, 0 insertions, 14 deletions
diff --git a/users/glittershark/emacs.d/org-config.el b/users/glittershark/emacs.d/org-config.el
index 634d76476d..d766945ac0 100644
--- a/users/glittershark/emacs.d/org-config.el
+++ b/users/glittershark/emacs.d/org-config.el
@@ -51,26 +51,12 @@
     :kill-buffer t
     :unnarrowed t)
 
-   ;; ("d" "Tech debt" entry
-   ;;  (file+headline ,(concat org-directory "/work.org")
-   ;;                 "Inbox")
-   ;;  "* TODO %? :debt:\nContext: %a\nIn task: %K"
-   ;;  :prepend t
-   ;;  :kill-buffer t)
-
    ("p" "Projects")
    ("px" "Xanthous" entry
     (file+headline ,(notes-file "xanthous.org") "Backlog")
     "* TODO %?\nContext %a\nIn task: %K")
 
    ("d" "Data recording")
-   ;; ("dr" "Reflux data" table-line
-   ;;  (file+olp ,(notes-file "personal.org")
-   ;;            "Data" "Reflux")
-   ;;  "| %U | %^{reflux|0|1|2|3|4|5} | %^{ate 1hr before bed?|Y|N} | %^{ate spicy food yesterday?|Y|N} |"
-   ;;  :unnarrowed t
-   ;;  :immediate-finish t
-   ;;  )
    )
 
  org-capture-templates-contexts