Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I want to use browse-url-generic instead of browser-url #12

Closed
redguardtoo opened this issue Feb 8, 2013 · 1 comment
Closed

I want to use browse-url-generic instead of browser-url #12

redguardtoo opened this issue Feb 8, 2013 · 1 comment

Comments

@redguardtoo
Copy link

at least make it configurable.

@skeeto
Copy link
Owner

skeeto commented Feb 8, 2013

browse-url-generic is one of the options for browse-url. You can select it like so,

(setq browse-url-browser-function 'browse-url-generic)

Your options in Emacs 24 are,

  • browse-url-mozilla
  • browse-url-firefox
  • browse-url-chromium
  • browse-url-galeon
  • browse-url-epiphany
  • browse-url-netscape
  • browse-url-mosaic
  • browse-url-cci
  • browse-url-w3
  • browse-url-w3-gnudoit
  • browse-url-text-*
  • browse-url-generic
  • browse-url-default-windows-browser
  • browse-url-default-macosx-browser
  • browse-url-xdg-open
  • browse-url-gnome-moz
  • browse-url-kde
  • browse-url-elinks

@skeeto skeeto closed this as completed Feb 8, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants