aboutsummaryrefslogtreecommitdiff
path: root/modules/org-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
commit751253090367f957bba5fa57d9a18ce963aa51ce (patch)
treeace7791a52afa1356a322c1704df028c588c8677 /modules/org-config.el
parent10e983b5c2c351ee9ce4f12557195f1fa8037ff4 (diff)
downloaddotemacs-751253090367f957bba5fa57d9a18ce963aa51ce.tar.gz
dotemacs-751253090367f957bba5fa57d9a18ce963aa51ce.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-config.el')
-rw-r--r--modules/org-config.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/org-config.el b/modules/org-config.el
index e7538f244..8d722ad46 100644
--- a/modules/org-config.el
+++ b/modules/org-config.el
@@ -44,9 +44,6 @@
(setq org-startup-indented t) ;; load org files indented
(setq org-adapt-indentation t) ;; adapt indentation to outline node level
- ;; TASK: this variable doesn't exist. Remove
- ;; (setq org-indent-indentation-per-level 2) ;; indent two character-widths per level
-
;; IMAGES / MEDIA
(setq org-startup-with-inline-images t) ;; preview images by default
(setq org-image-actual-width '(500)) ;; keep image sizes in check