Skip to content

Instantly share code, notes, and snippets.

@avocado3
Created March 19, 2013 15:55
Show Gist options
  • Save avocado3/5197282 to your computer and use it in GitHub Desktop.
Save avocado3/5197282 to your computer and use it in GitHub Desktop.
mikutter: 起動時強制的にホームタイムラインを表示
# coding: utf-8
Plugin.create(:show_home_on_boot) do
on_boot do
Plugin::GUI::Timeline.instance(:home_timeline).active!
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment