aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-03-14 12:55:48 -0500
committerCraig Jennings <c@cjennings.net>2026-03-14 12:55:48 -0500
commit0e6f2bdf31cbd89044d59d81ab0802adadb77f62 (patch)
treef018cad4dd8bd9f539f062f12dc9820b5ea44a1b /assets
parenta5a894f8cb7e7996323da7b1c364fb6a8fec0dad (diff)
downloaddotemacs-0e6f2bdf31cbd89044d59d81ab0802adadb77f62.tar.gz
dotemacs-0e6f2bdf31cbd89044d59d81ab0802adadb77f62.zip
fix(slack): add error visibility to notification handler
Websocket library silently swallows callback errors via condition-case. Wrap cj/slack-notify in condition-case to surface errors in *Messages*. Add cj/slack-test-notify command for pipeline verification.
Diffstat (limited to 'assets')
-rw-r--r--assets/abbrev_defs5
1 files changed, 3 insertions, 2 deletions
diff --git a/assets/abbrev_defs b/assets/abbrev_defs
index 581684722..47a2685b7 100644
--- a/assets/abbrev_defs
+++ b/assets/abbrev_defs
@@ -15,6 +15,7 @@
("accomoplished" "accomplished" nil :count 0)
("acerage" "acreage" nil :count 0)
("acheive" "achieve" nil :count 0)
+ ("acknowledgement" "an" nil :count 0)
("acknowledment" "acknowledgment" nil :count 0)
("acknowlege" "acknowledge" nil :count 0)
("acommodate" "accommodate" nil :count 0)
@@ -214,7 +215,7 @@
("higeine" "hygiene" nil :count 0)
("hipocrit" "hypocrite" nil :count 0)
("horozontal" "horizontal" nil :count 0)
- ("horus" "hours" nil :count 0)
+ ("horus" "hours" nil :count 1)
("hospiralization" "hospitalization" nil :count 0)
("hrie" "hire" nil :count 0)
("htey" "they" nil :count 3)
@@ -446,7 +447,7 @@
("withdrawls" "withdrawals" nil :count 0)
("withold" "withhold" nil :count 0)
("workign" "working" nil :count 3)
- ("woudl" "would" nil :count 1)
+ ("woudl" "would" nil :count 2)
("wouldln't" "wouldn't" nil :count 0)
))