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

Open links for inbox items #347

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Feb 12, 2018

  1. Open links for inbox items

    * This simply performs `browse-url' rather than do something with the
      SE API.
    
    * By observation, when there are more than one link, the first is a
      reference and the second is the link of interest, so that one is
      used.
    Boruch-Baum committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    d4b31d3 View commit details
    Browse the repository at this point in the history
  2. create defcustom `sx-browser-function' for inbox use.

    * When either the StackExchange API does or sx.el do not support the
      link, this function is used to open it. Creation of a special
      defcustom is justified because StackExchange links are often
      javascript-heavy and emacs browsers do not support javascript.
    Boruch-Baum committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    d1c1a31 View commit details
    Browse the repository at this point in the history