summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2019-05-04 14:48:01 +0200
committerUlrich Müller <ulm@gentoo.org>2019-05-04 15:33:38 +0200
commitdb8063cba7def8f0f8b8596b281511646b9699df (patch)
treecfd01cefe5494221ae7536789464029a4624d6e7 /app-emacs/async/files
parentapp-portage/elt-patches: keyword ~riscv (diff)
downloadgentoo-db8063cba7def8f0f8b8596b281511646b9699df.tar.gz
gentoo-db8063cba7def8f0f8b8596b281511646b9699df.tar.bz2
gentoo-db8063cba7def8f0f8b8596b281511646b9699df.zip
app-emacs/async: Initial import.
Needed as dependency for app-emacs/helm. Ebuild contributed by me. Package-Manager: Portage-2.3.65, Repoman-2.3.12 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/async/files')
-rw-r--r--app-emacs/async/files/50async-gentoo.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/app-emacs/async/files/50async-gentoo.el b/app-emacs/async/files/50async-gentoo.el
new file mode 100644
index 000000000000..538bd0c8d452
--- /dev/null
+++ b/app-emacs/async/files/50async-gentoo.el
@@ -0,0 +1,2 @@
+(add-to-list 'load-path "@SITELISP@")
+(load "@SITELISP@/async-autoloads" nil t)