summaryrefslogtreecommitdiff
path: root/modules/slack-config.el
AgeCommit message (Collapse)Author
28 hoursfix(slack): fix notification bug, add close-all-buffers commandHEADmainCraig Jennings
Pass missing team arg to slack-message-mentioned-p (was breaking all channel notifications). Add cj/slack-close-all-buffers on C-; S Q.
5 daysfix(slack): fix notification and mark-as-read bugsCraig Jennings
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.
5 daysfeat: add Slack client module with dashboard integrationCraig Jennings
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.