diff options
author | 2018-03-31 08:22:28 +0200 | |
---|---|---|
committer | 2018-03-31 08:22:28 +0200 | |
commit | 1eb09752210acf0072911688c4d897b831c1bb19 (patch) | |
tree | bc6461608fe52b917be598092af2fd72660065e0 /app-emacs/ghub/files | |
parent | dev-ruby/charlock_holmes: add 0.7.6 (diff) | |
download | gentoo-1eb09752210acf0072911688c4d897b831c1bb19.tar.gz gentoo-1eb09752210acf0072911688c4d897b831c1bb19.tar.bz2 gentoo-1eb09752210acf0072911688c4d897b831c1bb19.zip |
app-emacs/ghub: initial import of 2.0.0
New dependency for forthcoming versions of app-emacs/magit.
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-emacs/ghub/files')
-rw-r--r-- | app-emacs/ghub/files/50ghub-gentoo.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app-emacs/ghub/files/50ghub-gentoo.el b/app-emacs/ghub/files/50ghub-gentoo.el new file mode 100644 index 000000000000..37d6696a3da1 --- /dev/null +++ b/app-emacs/ghub/files/50ghub-gentoo.el @@ -0,0 +1,3 @@ +(add-to-list 'load-path "@SITELISP@") +(autoload 'ghub-create-token "ghub" nil t) +(autoload 'ghub-token-scopes "ghub" nil t) |