forked from wakatime/wakatime-mode
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Customizable project name detection process (#14)
* Add a framework for defining custom resolvers of project names Add predefined resolvers for Projectile and Magit. * Remove optional dependencies from the list of requirements * Allow users to force a recompute of the project name * Actually use the feature * Fix the definition of a callback lambda The invocation of the callback would crash because of a wrong number of arguments, which would never let the system know that a bucket was created, wasting CPU time on constantly resending requests for bucket creation. * Document the changes in the README * Require subr-x (built-in)
- Loading branch information
1 parent
ac41102
commit 9d591c5
Showing
2 changed files
with
135 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters