summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/mastodon/files/50mastodon-gentoo.el')
-rw-r--r--app-emacs/mastodon/files/50mastodon-gentoo.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/app-emacs/mastodon/files/50mastodon-gentoo.el b/app-emacs/mastodon/files/50mastodon-gentoo.el
new file mode 100644
index 000000000000..c4056b92a961
--- /dev/null
+++ b/app-emacs/mastodon/files/50mastodon-gentoo.el
@@ -0,0 +1,3 @@
+(add-to-list 'load-path "@SITELISP@")
+(autoload 'mastodon "mastodon"
+ "Connect Mastodon client to `mastodon-instance-url' instance." t)