diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-20 11:25:36 -0400 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-20 11:25:36 -0400 |
| commit | 751253090367f957bba5fa57d9a18ce963aa51ce (patch) | |
| tree | ace7791a52afa1356a322c1704df028c588c8677 /modules/browser-config.el | |
| parent | 10e983b5c2c351ee9ce4f12557195f1fa8037ff4 (diff) | |
| download | dotemacs-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/browser-config.el')
| -rw-r--r-- | modules/browser-config.el | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/browser-config.el b/modules/browser-config.el index 4a2c54623..0312cdd18 100644 --- a/modules/browser-config.el +++ b/modules/browser-config.el @@ -109,12 +109,6 @@ Returns: \\='success if applied successfully, (set program-var (or path executable))) 'success)))) -(defun cj/apply-browser-choice (browser-plist) - "Apply the browser settings from BROWSER-PLIST." - (pcase (cj/--do-apply-browser-choice browser-plist) - ('success (message "Default browser set to: %s" (plist-get browser-plist :name))) - ('invalid-plist (message "Invalid browser configuration")))) - (defun cj/--do-choose-browser (browser-plist) "Save and apply BROWSER-PLIST as the default browser. Returns: \\='success if browser was saved and applied, |
