/magit-arcanist

Magit integration with Arcanist, the CLI for Phabricator.

Primary LanguageEmacs LispGNU General Public License v3.0GPL-3.0

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))