summaryrefslogtreecommitdiff
blob: 0afabf3af5c1b3fe1f131b5e13495e679d7abee6 (plain)
1
2
3
4
5
6
7
(add-to-list 'load-path "@SITELISP@")
(autoload 'git-timemachine-toggle "git-timemachine.el"
  "Toggle git timemachine mode." t)
(autoload 'git-timemachine "git-timemachine.el"
  "Enable git timemachine for file of current buffer." t)
(autoload 'git-timemachine-switch-branch "git-timemachine.el"
  "Enable git timemachine for current buffer, switching to GIT-BRANCH." t)