Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.02 KB

File metadata and controls

31 lines (22 loc) · 1.02 KB

org-protocol-github-lines

The purpose of this plugin is to make it easier to switch from your browser to emacs when looking at code reviews blogpost and demo

Requirements

org-mode org-protocol

Manual and usage

In github pull request views, add an emacs button that makes emacs open that file/line. blogpost and demo

Code

Browser

In browser/org-protocol-github-lines.user.js theres the plugin that will insert the links on code comments that will link to emacs.

OS

os/xdg-open Predefine org-protocol to open emacsclient

Emacs

org-protocol-github-lines.el contains the code to open the actual file

Authors & contribs