aboutsummaryrefslogtreecommitdiff
path: root/modules/slack-config.el
Commit message (Collapse)AuthorAgeFilesLines
* fix(slack): fix notification and mark-as-read bugsCraig Jennings2026-03-061-3/+12
| | | | | | Notifications silently failed: slack-room-im-p (nonexistent) replaced with slack-im-p; slack-message-to-string replaced with slack-message-body. Mark-as-read bound to nonexistent function; added cj/slack-mark-read-and-bury.
* feat: add Slack client module with dashboard integrationCraig Jennings2026-03-061-0/+143
Add emacs-slack config with auth-source credentials, DM/mention-only notifications via notify script, compose buffer workflow, and dashboard icon. Keybindings under C-; S prefix.