aboutsummaryrefslogtreecommitdiff
path: root/modules/org-contacts-config.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-06-20 11:25:36 -0400
committerCraig Jennings <c@cjennings.net>2026-06-20 11:25:36 -0400
commit38e96ffdf48a41f14f860363add135551696cb6c (patch)
tree9d75d3ba0f5aa77b650f1bd0793a15a7a405b86c /modules/org-contacts-config.el
parent42c84968a580a65dad14b5d1715e049617219999 (diff)
downloaddotemacs-38e96ffdf48a41f14f860363add135551696cb6c.tar.gz
dotemacs-38e96ffdf48a41f14f860363add135551696cb6c.zip
refactor: remove dead wrappers and commented-out blocks
Drop cj/apply-browser-choice (browser-config) and cj/load-fallback-theme (ui-theme), orphaned wrappers with no caller that just duplicated logic the live paths already inline, plus their tests. Delete commented-out blocks: a duplicate contact capture template (org-contacts-config), a disabled personal-info-dir :init (help-config), a stale TODO setq (org-config), and an old commented regex (test-runner).
Diffstat (limited to 'modules/org-contacts-config.el')
-rw-r--r--modules/org-contacts-config.el8
1 files changed, 0 insertions, 8 deletions
diff --git a/modules/org-contacts-config.el b/modules/org-contacts-config.el
index d558245b..556530eb 100644
--- a/modules/org-contacts-config.el
+++ b/modules/org-contacts-config.el
@@ -115,14 +115,6 @@
Added: %U"
:prepare-finalize cj/org-contacts-finalize-birthday-timestamp)))
-;; TASK: What purpose did this serve?
-;; duplicate?!?
-;; (with-eval-after-load 'org-capture
-;; (add-to-list 'org-capture-templates
-;; '("C" "Contact" entry (file+headline contacts-file "Contacts")
-;; "* %(cj/org-contacts-template-name)
-;; Added: %U")))
-
(defun cj/org-contacts-template-name ()
"Get name for contact template from context."
(or (when (eq major-mode 'mu4e-headers-mode)