Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modularize heartbeat sending #20

Merged
merged 1 commit into from
Feb 19, 2024
Merged

Modularize heartbeat sending #20

merged 1 commit into from
Feb 19, 2024

Conversation

xeruf
Copy link

@xeruf xeruf commented Jan 11, 2022

This way I can conditionally enable AW in my config:

    (activity-watch--send-heartbeat (activity-watch--create-heartbeat (current-time))
      :on-success (lambda (&rest _) (global-activity-watch-mode))
      :on-error (lambda (&rest _) (message "")))

Copy link
Owner

@pauldub pauldub left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, sorry for being so late to merge this.

@pauldub pauldub merged commit ad67176 into pauldub:master Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants