Skip to content

Instantly share code, notes, and snippets.

@AeroNotix
Created August 4, 2014 21:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AeroNotix/9f98d1b1cb453adaabac to your computer and use it in GitHub Desktop.
Save AeroNotix/9f98d1b1cb453adaabac to your computer and use it in GitHub Desktop.
interactive(
"subreddit",
"Go to a specific subreddit.",
function(I) {
subreddit = (yield I.minibuffer.read($prompt = "Subreddit: "));
find_url_new_buffer("https://reddit.com/r/" + subreddit);
});
define_key(default_global_keymap, "C-x r", "subreddit");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment