No description
  • Emacs Lisp 100%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Jonathan Arnett f2799b5523 Initial commit
2024-05-07 13:34:28 -04:00
.circleci Initial commit 2024-05-07 13:34:28 -04:00
tests Initial commit 2024-05-07 13:34:28 -04:00
inf-ucm.el Initial commit 2024-05-07 13:34:28 -04:00
LICENSE Initial commit 2024-05-07 13:34:28 -04:00
README.md Initial commit 2024-05-07 13:34:28 -04:00

inf-ucm

![License GPL 3][badge-license]

This is a package to allow you to interact with the Unison Codebase Manager (UCM).

Features

  • Run UCM (inf-ucm)
  • Load current file into UCM (inf-ucm-send-buffer)

TODO

  • Got a feature you want to see? Open an issue! 😄

Installation

use-package can be used to install and/or configure inf-ucm:

(use-package inf-ucm
  :bind (("C-c u i" . 'inf-elixir)))

Development

I am not yet using any kind of build tool (like Eldev or Cask) to develop this plugin. Generally speaking, working with the code involves:

  1. Clone the git repository
  2. Make some changes
  3. Load your changes with M-x load-file RET inf-elixir.el RET
  4. Verify your changes worked
  5. Send a PR 🙏