Skip to content

Plugin for the Emacs editor to be used with the Git Time Metric platform.

License

Notifications You must be signed in to change notification settings

c301/gtm-emacs-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

git-time-metric

Plugin for the Emacs editor to be used with the Git Time Metric platform.

Usage

M-x git-time-metric-record

To automatically record time after saving:

(Choose depending on your favorite mode.)

(eval-after-load 'js-mode
	   '(add-hook 'js-mode-hook (lambda () (add-hook 'after-save-hook 'git-time-metric-record))))

(eval-after-load 'js2-mode
	   '(add-hook 'js-mode-hook (lambda () (add-hook 'after-save-hook 'git-time-metric-record))))

or track all your files

(add-hook 'after-save-hook 'git-time-metric-record)

About

Plugin for the Emacs editor to be used with the Git Time Metric platform.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published