You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emacs/git-timemachine/files/50git-timemachine-gentoo.el

8 lines
372 B

(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)