jinnovation / magit-arcanist

Magit integration with Arcanist, the CLI for Phabricator.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

magit-arcanist

NOTE: This project is a work-in-progress.

This package provides integration for Magit to natively interact with Arcanist, the CLI for Phabricator.

Dependencies

  • Magit

Usage Instructions

All initialization logic is taken care of by the magit-arcanist-enable function. Some configuration variables, e.g. magit-arcanist-key, need to be set prior to the enable function’s invocation.

(with-eval-after-load 'magit
  (require 'magit-arcanist)

  (setq magit-arcanist-key (kbd "@")) ;; or whatever strikes your fancy

  (magit-arcanist-enable))

About

Magit integration with Arcanist, the CLI for Phabricator.

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 100.0%