diff options
| author | Craig Jennings <c@cjennings.net> | 2026-07-02 14:06:04 -0400 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-07-02 14:06:04 -0400 |
| commit | e15b2fdaf360ec814da4cab87f5e67adfcf02d5c (patch) | |
| tree | 449bc14c2ab52cea4598cdebc8529b0e85a51eff /scripts/theme-studio/app_inventory.py | |
| parent | def050fc6b4758212fac5fe761daa25138114d17 (diff) | |
| download | dotemacs-e15b2fdaf360ec814da4cab87f5e67adfcf02d5c.tar.gz dotemacs-e15b2fdaf360ec814da4cab87f5e67adfcf02d5c.zip | |
feat(theme-studio): scenes for emms, org-roam, hl-todo, symbol-overlay
emms shows its three UIs (browser tree, playlist, metaplaylist); org-roam the backlinks buffer plus the dailies calendar mark; hl-todo comment keywords and the flymake diagnostic; symbol-overlay all eight pin faces on one defun plus the at-point default. All four join the face-coverage gate.
Diffstat (limited to 'scripts/theme-studio/app_inventory.py')
| -rw-r--r-- | scripts/theme-studio/app_inventory.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/theme-studio/app_inventory.py b/scripts/theme-studio/app_inventory.py index aabd87d4..1e1eea65 100644 --- a/scripts/theme-studio/app_inventory.py +++ b/scripts/theme-studio/app_inventory.py @@ -32,6 +32,10 @@ PREVIEW_KEYS = { "consult": "consult", "embark": "embark", "orderless": "orderless", + "emms": "emms", + "org-roam": "orgroam", + "hl-todo": "hltodo", + "symbol-overlay": "symboloverlay", } # Custom display labels for inventory apps whose package name is an acronym |
